Configure IIS in Windows server 2003 for ASP.NET2.0?
-
Hi, I am a new comer to web development,and i would like to know how IIS is configured in Windows server 2003 for ASP.NET2.0 and how i could run the application after precompiling my project. Plz help
-
Hi, I am a new comer to web development,and i would like to know how IIS is configured in Windows server 2003 for ASP.NET2.0 and how i could run the application after precompiling my project. Plz help
-
Hi, I am a new comer to web development,and i would like to know how IIS is configured in Windows server 2003 for ASP.NET2.0 and how i could run the application after precompiling my project. Plz help
If you are already familiar with the IIS console (Start button, Administrative tools, Internet Information Services Manager (also exists as a snap-in to a stand alone MMC)), the ASP .Net 2.0 part is easy. Right click on your web site in the IIS management console and select properties. There will be an ASP.Net tab in the properties window. Click on the tab and the ASP.Net version selection is the first drop down list. As far as running the project, I don't quite understand your question. Just visit the web page you built as part of the project to run it. If you are doing it from the local server, simple use http://localhost/etc..
-
Hi, I am a new comer to web development,and i would like to know how IIS is configured in Windows server 2003 for ASP.NET2.0 and how i could run the application after precompiling my project. Plz help
You can read this article Deploying ASP.NET Sites in IIS
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net