Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net version - how to change asp.net versionin IIS 7 remote manager

Status
Not open for further replies.

Gzk2010

Programmer
Aug 17, 2010
48
US
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!
 
sorry, it was proprietary solution, winhost has a button to change my asp.net version to 4.0 in my portal with them since they would not give me server level permissions to IIS 7 (obviously), I asked this forum cause I thought it was an IIS questions that all asp.net devs would need to configure somewhat sometime .

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top