How to install ASPNET 1.1 in Windows XP IIS

  • Thread starter Thread starter Jaime Stuardo
  • Start date Start date
J

Jaime Stuardo

Hi all...

i have installed ASP NET 1.1 framework in my Windows XP PC that has IIS
installed.

when I try to create an application using Visual Studio 2003, it says that
ASP NET 1.1 is not installed.

How can I do it in order to enable ASP NET 1.1 in my PC?

When I go to application configuration of IIS, it doesn't list ASPX
extension

Thanks
Jaime
 
Run aspnet_regiis.exe utility, found in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (or there abouts).
 
Back
Top