Thursday, July 9, 2009

How to install ASP.NET on Windows XP

To install ASP.NET on Windows XP do the following:

  1. Click Start then Run.
  2. Type CMD and hit Ok.
  3. Navigate to your Microsoft .NET windows directory which is usually C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
  4. Run the following commands aspnet_regiis -i and aspnet_regiis -c
  5. Load up your IIS Manager and enable ASP.NET on the site you want.

No comments: