Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <system.web>
  8. <httpModules>
  9. <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
  10. </httpModules>
  11. <compilation debug="true" targetFramework="4.5"/>
  12. <customErrors mode="Off"/>
  13. </system.web>
  14. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement