Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <!--
- For more information on how to configure your ASP.NET application, please visit
- http://go.microsoft.com/fwlink/?LinkId=169433
- -->
- <configuration>
- <system.web>
- <customErrors mode="Off"></customErrors>
- <compilation debug="true" targetFramework="4.0.0" />
- <httpRuntime targetFramework="4.0.0"/>
- </system.web>
- <system.webServer>
- <httpErrors errorMode="Detailed" />
- <asp scriptErrorSentToBrowser="true"/>
- <validation validateIntegratedModeConfiguration="false"/>
- <handlers>
- <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
- </handlers>
- <defaultDocument enabled="true">
- <files>
- <add value="login.aspx" />
- </files>
- </defaultDocument>
- </system.webServer>
- </configuration>
- <!--
- My Youtube : https://www.youtube.com/channel/UCesKL9YMfIjKaf7JysGmAQQ
- Facebook : facebook.com/poetralesana
- -->
Add Comment
Please, Sign In to add comment