Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Evening Friends,
I have hosted a website on IIS of my local machine and its working fine on every PC in LAN but when I am trying to host the same website on Windows Server 2003 it is giving me compile time error that is :-

Unrecognized attribute 'type'.

<configsections>
<sectiongroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectiongroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">



So I think the issue is with version
I have Developed website on framework 2.0 in visual Studio 2005 .
I Google the issue the solution I am getting is to change the ISS version but I am not getting how to change the Version in ISS .
Please Help . Every Little help will be appreciated.
Thanks In Advance.
Posted
Comments
ZurdoDev 8-Mar-13 7:15am    
Look at the stack trace. This is very little information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900