asp.net - Unrecognized attribute 'controlRenderingCompatibilityVersion' -
we replacing our win2k3 server (iis6) win2012 (iis8) , when move asp.net apps on old server, configure them applications , point them 2.0 framework, attempt run this:
unrecognized attribute 'controlrenderingcompatibilityversion' line 2: <configuration> line 3: <system.web> line 4: <pages controlrenderingcompatibilityversion="4.5" /> line 5: </system.web> line 6: </configuration> version information: microsoft .net framework version:2.0.50727.6407; asp.net version:2.0.50727.6406 i have been trying things day , strange thing source file points iis's root web.config though application has it's own tag.
please note legacy app cannot updated asp.net 4+.
any appreciated.
found worked me finally. did manual conversion of web.config in link: http://msdn.microsoft.com/en-us/library/dd483478(v=vs.100).aspx
then upgraded app pool 4.5 (4 not option me might you).
Comments
Post a Comment