First of all setup IIS on your system to run ASP.Net pages.
To check IIS is configured on your system.
Run IE and enter http://localhost,
if it runs successfully then you are ready to develop ASP.Net pages.
Otherwise, install IIS from add/remove windows programs from control panel.
After installing IIS repeat the same step of running localhost using internet explorer.
Install Visual Web Developer 2005 Express Edition for developing ASP.Net pages.
If you have already installed Visual Studio before installing IIS... Dont wory
Just register ASP.Net with IIS
Go to Dos prompt and follow the steps:
- To change your path type cd\ then press enter.
- Type cd C:\Windows\Microsoft.NET\Framework\v2.0.50727 and press enter
- Type aspnet_regiis /i press enter
- You are done with ASP.net Installation.