Can't open a blank ASP.NET solution

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to open an ASP.NET solution in VS03 I get an error saying I don't
have ASP.NET 1.1 installed.

I have the .NET 1.1 runtime installed. I also installed a security update
for ASP.NET 1.1, so presumably it checked for ver.1.1.
 
Is ASP.Net enabled for the particular web site you're working with?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Make sure that ASP.NET v1.1 is registered in IIS. Go to a command line and
navigate to the below directory:
C:\WINDOWS\Microsoft.NET\Framework\version_number

Then type aspnet_regiis -i, reboot, and try again.
 
Yup that was it, thanks!

sstevens said:
Make sure that ASP.NET v1.1 is registered in IIS. Go to a command line and
navigate to the below directory:
C:\WINDOWS\Microsoft.NET\Framework\version_number

Then type aspnet_regiis -i, reboot, and try again.
 
Back
Top