ASP.NET 1.1

  • Thread starter Thread starter Moftabad
  • Start date Start date
M

Moftabad

I was trying to build a new asp .net web application on a
web server.

the web server has following:

1 - W2000 service pack4
2 - .net frame work 1.1
3 - IIS 5

VS 2003.net tells me "VS .NET has detcted the specified
web server is not running ASP.net version 1.1....."

I could not find my answer in MSDN....

Please help.
Thanks, Moftabad
 
Hi,

take a look at this one. I guess v1.0 was installed prior to 1.1 and for
some reason the IIS settings were not updated. Still, one can argue if they
should be updated automatically or not...

Take a look at this and try aspnet_regiis to make sure that the IIS settings
point to v1.1 and not to v1.0:

http://support.microsoft.com/default.aspx?scid=kb;en-us;816782

Best regards,

Marc Höppner
NeoGeo
 
Back
Top