Wednesday, March 30, 2011

Visual Studio .NET has detected that the Web Server is running ASP.NET version 1.0.

You may experience the error below even though your project is based on .NET 1.1.

Visual Studio .NET has detected that the Web Server is running ASP.NET version 1.0. The Web application you are creating or opening can be configured to be compliant with ASP.NET 1.0.


However, the application will not be able to use new features from ASP.NET 1.1




Solution:
Start>run>cmd cd %windir%\microsoft.net\framework\v1.1.4322 aspnet_regiis -i

No comments: