Can someone give me Step by step procedure to host an asp.net website in iis...
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to store image outside of the website's ro
- 'System.Threading.ThreadAbortException' in
- Request.PathInfo issues and XSS attacks
- How to dynamically load partial view Via jquery aj
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
Make sure the framework is installed.
Put your site on the system somewhere and create a virtual directory that points towards it, making sure that it is an application.
Check the ASP.net tab to make sure that the version you are using is selected.
Done (bar whatever application level configuration you need).