- <?xml version="1.0"?>
- <configuration>
- <configSections>
- <section name="ExtAspNet" type="ExtAspNet.ConfigSection, ExtAspNet" requirePermission="false"/>
- </configSections>
- <ExtAspNet EnableBigFont="true" DebugMode="false"/>
- <appSettings/>
- <system.web>
- <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
- <controls>
- <add assembly="ExtAspNet" namespace="ExtAspNet" tagPrefix="ext"/>
- </controls>
- </pages>
- <customErrors mode="Off"/>
- <compilation debug="true" targetFramework="4.5">
- <assemblies>
- <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
- </assemblies>
- </compilation>
- <httpRuntime/>
- <machineKey/>
- </system.web>
- <system.webServer>
- <modules>
- <add name="ExtAspNetScriptModule" type="ExtAspNet.ScriptModule, ExtAspNet"/>
- </modules>
- <httpErrors errorMode="Detailed"/>
- <asp scriptErrorSentToBrowser="true"/>
- <handlers>
- <add name="ExtAspNetHandler" verb="GET" path="res.axd" type="ExtAspNet.ResourceHandler, ExtAspNet"/>
- </handlers>
- </system.webServer>
- </configuration>
复制代码 我net4.5都可以。 |