VS2005 - C# - ASP.NET 2.0
This was actually started under a different thread that has been broken somehow. To summarize, I keep getting a variety parser errors that show the attributes in my web.config file are not recognized. The reason is that my web.config is written in 2.0 and it is running in production as 1.1.
The problem is that IIS is set up as 2.0. The assemblies are version 2.0. The program in debug runs as 2.0. But as soon as I try to run it through localhost, it runs it as 1.1.
How can this be?!
Loading
Anna HawksPosted Jun 12, 2008, 3:40 PM
ArshadPosted Jun 12, 2008, 3:05 PM
Anna HawksPosted Jun 12, 2008, 2:58 PM
I actually found out -- through the guys at BugNET that it was a problem with the application pools on the server -- there was not a separate pool for 2.0.
Now it works perfectly!
ArshadPosted Jun 12, 2008, 2:36 PM