Step by step procedure to host an asp.net website in iis?

倾然丶 夕夏残阳落幕 提交于 2019-12-06 12:00:45

问题


Can someone give me Step by step procedure to host an asp.net website in iis...


回答1:


  1. Make sure the framework is installed.

  2. Put your site on the system somewhere and create a virtual directory that points towards it, making sure that it is an application.

  3. Check the ASP.net tab to make sure that the version you are using is selected.

  4. Done (bar whatever application level configuration you need).




回答2:


These references might help.

http://msdn.microsoft.com/en-us/library/ms178610(VS.85).aspx

http://www.beansoftware.com/asp.net-tutorials/deploy-asp.net.aspx

http://www.codeproject.com/KB/aspnet/Deploy_web_application.aspx



来源:https://stackoverflow.com/questions/2712814/step-by-step-procedure-to-host-an-asp-net-website-in-iis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!