在 IIS 6 上部署 asp.net mvc Web 应用程序

发布于 2024-10-14 06:46:24 字数 307 浏览 1 评论 0原文

我开发了一个 asp.net MVC 2 Web 应用程序。我想在我的服务器(本地办公室服务器)上部署其发布版本。它已安装Windows 2003服务器和IIS 6.0版本。

我经历了 这个< /a> 链接 ,我按照选项1)但不幸的是未能成功。目前对我来说其他选择似乎不可能。

我必须在这里做什么?请指导我。

I have develop an asp.net MVC 2 web application. I want to deploy its published version on my server (local office server). It has been set up with Windows 2003 server and IIS 6.0 version.

I went through this link
, I followed the option 1) but unfortunately could not succeed. Other option seems impossible for me for now.

What do I have to do here? please guide me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唯憾梦倾城 2024-10-21 06:46:24
  1. 打开 IIS 管理器
  2. 右键单击​​“网站”文件夹
  3. 点击新建 ->网站…
  4. 在向导中点击下一步
  5. 添加描述,点击下一步
  6. 分配 IP、端口和主机标头,点击下一步
  7. 输入/浏览网站部署文件夹的路径,点击下一步
  8. 选择读取、运行脚本和写入,点击下一步,点击完成
  9. 右键单击新添加的网站,点击属性
  10. 在属性窗口中转到“主目录”选项卡
  11. 单击“配置...”按钮
  12. 在“映射”选项卡的弹出窗口中,在“应用程序扩展”网格中找到 .aspx 扩展名,选择它并点击“编辑…”按钮(这只是复制 aspx 映射的位置)
  13. 在编辑窗口中复制可执行路径,点击取消
  14. 返回应用程序配置屏幕,点击“插入…”按钮
  15. 粘贴可执行路径
  16. 取消选中“验证该文件是否存在”,点击“确定”
  17. 在“应用程序配置”窗口中点击“确定”
  18. 返回属性窗口,转到 ASP.NET 选项卡
  19. 在“ASP.NET 版本”下拉列表中选择 4.0.xxxxx,点击“应用”
  1. Open IIS Manager
  2. Right click on “Web Sites” folder
  3. Hit New -> Web Site…
  4. In the wizard hit Next
  5. Add Description, hit next
  6. Assign IP, Port and Host header, hit next
  7. Enter/Browse path to the website deployment folder, hit next
  8. Select Read, Run Scripts and Write, hit next, hit finish
  9. Right click the newly added website, hit properties
  10. In the properties window go to “Home Directory” tab
  11. Click the “Configuration…” button
  12. In the popup window on the “Mappings” tab locate the .aspx extension in the “Application extensions” grid, select it and hit the “Edit…” button (this is just to copy the location of the aspx mapping)
  13. In the edit window copy the executable path, hit cancel
  14. Back in the Application Configuration screen hit the “Insert…” button
  15. Paste the executable path
  16. Uncheck “Verify that file exists”, hit OK
  17. Hit OK in the Application Configuration window
  18. Back in the properties window go to the ASP.NET tab
  19. In the “ASP.NET version” dropdown select 4.0.xxxxx, hit Apply
只有影子陪我不离不弃 2024-10-21 06:46:24

Phil Haack 还对此发表了博客< /a> 如果您使用的是 ASP.NET 4.0,请务必阅读他的 更新帖子。按照分步教程进行操作,您应该能够使其正常工作。

Phil Haack also blogged about this and if you are using ASP.NET 4.0 make sure to read his updated post. Follow the step by step tutorial and you should be able to get this working.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文