After deploying a website developed with Visual Studio 2010 on Windows Server 2008 and using the defaultpool you may encounter this error:
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive:
The solution is to change the pool in IIS7:
Open the Basic Setting of your Website:
and Select the pool ASP.NET 4.0
I suppose that The framework 4.0 is installed on you deployment server.
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive:
The solution is to change the pool in IIS7:
Open the Basic Setting of your Website:
and Select the pool ASP.NET 4.0
I suppose that The framework 4.0 is installed on you deployment server.
No comments:
Post a Comment