I have a Windows Server R2 Standard Service pack 1 with IIS version 6.1 (built 7601 service pack 1 ) in this server I have like 15 web applications, this webserver works very well, but I tried to make a backup server for a while now, I setup several servers with the same configuration, but some of the applications doesn't work in the new servers.
all have the same asp.Net version v4.0.30319
I believe I have a lot experience with IIS and servers, but seems like I'm missing something, the error that I got :
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Source Error:
Line 43: Line 44: Line 45: Line 46: Line 47:
Source File: C:\inetpub\wwwroot\DEPLOYED-PRODUCTION\portal_versions\portal_production\web.config Line: 45
After I remove the "targetFramework="4.0" more errors appeared.
Its frustrating, I check the servers one by one , make sure they have same configuration, but application still doesn't work.
my next step will be make modifications on the code itself.
but, why same code doesn't work on similar servers?
How can I get the specifications on IIS all the info, I know that is version 6 and the asp.net is v4.0.30319 , but should be more details that tell me where is the difference?