locked
Configuration Error RRS feed

  • Question

  • User-1297444823 posted

    getting this error please help

    Line 10: 	<system.web>
    Line 11: 		<customErrors mode="Off" />
    Line 12: <compilation debug="true" targetFramework="4.0"> Line 13: 			<assemblies>
    Line 14: 				<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, 
    Culture=neutral,
    PublicKeyToken=31BF3856AD364E35"/>

    Monday, March 18, 2013 3:48 AM

Answers

  • User1873438307 posted

    Most probably you are getting Unrecognized attribute 'targetFramework' exception.

    That means you have to change your IIS ASP.NET version from 2.0 to 4.5 in your local machine or hosting server

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, March 18, 2013 3:52 AM
  • User71929859 posted

    Hello,

    Go to the Application Pools in your IIS. Double click on your site there. Change the .NET Framework version to 4.0. Like below:

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, March 18, 2013 11:52 AM

All replies