asp.net version - how to change asp.net versionin IIS 7 remote manager
when using web deploy to publish my web app .net 4.0 winhost.com, it publishes ok but when i type in my sites url greenzonekicker.com, I get this message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
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 14:
Line 15: <system.web>
Line 16: <compilation targetFramework="4.0" />
Line 17:
Line 18: <authentication mode="Forms">
Source File: E:\web\greenzon\web.config Line: 16
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4209
When I go through IIS 7 remote manger, I do not have acccess to app pool icon, does anyone know how to change my asp.net version to 4.0 using iis 7 remote manager?
Thanks!
when using web deploy to publish my web app .net 4.0 winhost.com, it publishes ok but when i type in my sites url greenzonekicker.com, I get this message:
Server Error in '/' Application.
--------------------------------------------------------------------------------
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 14:
Line 15: <system.web>
Line 16: <compilation targetFramework="4.0" />
Line 17:
Line 18: <authentication mode="Forms">
Source File: E:\web\greenzon\web.config Line: 16
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4209
When I go through IIS 7 remote manger, I do not have acccess to app pool icon, does anyone know how to change my asp.net version to 4.0 using iis 7 remote manager?
Thanks!