Are there any assumptions made? E.g. IIS is already installed and the framework already registered with IIS?
In any case my answer would be something like this: (I make no assumptions)
Install IIS
Install the .NET Framework
--if the framework is installed before IIS, navigate to <%systemdrive>\<%systemroot%>\microsoft.net\framew ork\<version> in a command prompt and then type aspnet_regiis -i
Install Visual Studio
Create a new web project and specify the location (http://localhost/<appfoldername>)
Create/add code etc to the app
Hit CTRL + Shift + B to build the app
Hit F5, Ctrl + F5, or navigate to http://localhost/<appfoldername> in a browser to view the application.
Visual Studio automatically sets your app folder as an application in IIS.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
Discussion:
http://p2p.wrox.com/topic.asp?TOPIC_ID=56429