Error says Web server in not running asp.net 1.1

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

When trying to create a new project on a new install of .NET 2003 I get the
following error

Error says Web server in not running asp.net 1.1

But I look in the administrative tools and it says
Microsoft .NET Framework 1.1 Configuration


How can I fix this?
 
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name ASP.NET_1.1.4322.573
located in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_filter.dll

The PC where it is not working does not have this entry

Could that be it?
 
Yup. I'd reinstall the .NET Framework 1.1 because that entry should be
there.
 
What I did was this.

Installed Framework 1.1 from a .net 2003 upgrade CD on a clean machine.
Framework 1.0 was not on the machine.
I could not create Framework 1.1 asp.net applications in Visual Studio.NET.
I installed 1.0 framework.
I deleted framework 1.0.

Maybe Framework 1.0 sets something 1.1 does not??
 
Back
Top