I need a good tutorial to set up Windows Server 2008 with IIS 6.1 to install an ASP.NET web application built on .NET 4.0. I want to host it publicly. Can anyone recommend me a good site which outlines all the required configuration steps?
Share
I have deployed the web application myself.
First I created a setup file for the application. Installed it in the server and added a new web site in the IIS with its virtual directory pointed at the installed path. Application pool was set specifically to .NET 4.0.