1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <appSettings />
- <connectionStrings />
- <system.web>
-
- <compilation debug="false">
- </compilation>
-
- <authentication mode="Windows" />
-
-
- <httpModules>
- <add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.1, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- </httpModules>
- </system.web>
- <system.webServer>
- <modules>
- <add name="ASPxHttpHandlerModule" type="DevExpress.Web.ASPxHttpHandlerModule, DevExpress.Web.v15.1, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
- </modules>
- </system.webServer>
- </configuration>
|