This error occurs when more than one .NET framework is installed, and IIS is set to run an application developed in one framework version using the other. There are tools one can install to make the switching between ASP.NET 1.1 and 2.0 easier, but it is just as simple to make the change in IIS.
In IIS, open up your website application, right-click and select properties, and choose the "ASP.NET" tab. Change the ASP.NET version to the appropriate version required by the project. Happy coding...
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2009 MuellerDesigns.net
Sign In