1. You need to have IIS installed on your PC to be able to run even classic ASP on your computer.
To do this, go to Control Panel -> Add or Remove Programs -> Add/Remove Windows Components. On the Windows Component Wizard, check the Internet Information Services (IIS) option then click the Next button. You need to insert your Windows XP installer in your CD ROM to install it.
Note: You must at least have Windows XP Professional installed in your PC.
2. Next is to verify if you have successfully installed IIS. On your browser, type http://localhost. It should display the default IIS page of Windows.
3. If upon installation of Microsoft Visual Studio and compiling an ASP.NET source code does not display properly or you get error messages in your browser, go to Start -> Run and key in the following:
.Net 1.1: C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
.Net 2.0: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
It should allow registration of ASP.NET on IIS.
4. Now, try running your source code in Visual Studio again. Your browser should display the ASP.NET pages properly.
Portions of this article came from these sites:
http://community.versionone.com/KnowledgeBase/FAQs/Q10089.aspx
http://www.asp.net/learn/whitepapers/aspnet-and-iis6/
Hope this helps fellow developers out there.
No comments:
Post a Comment