PoetralesanA

webConfig

Aug 21st, 2021 (edited)
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 1.20 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.   For more information on how to configure your ASP.NET application, please visit
  5.   http://go.microsoft.com/fwlink/?LinkId=169433
  6.   -->
  7. <configuration>
  8.  
  9.  
  10.      <system.web>
  11. <customErrors mode="Off"></customErrors>
  12. <compilation debug="true" targetFramework="4.0.0" />
  13. <httpRuntime targetFramework="4.0.0"/>
  14.  
  15.     </system.web>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <system.webServer>  
  22.               <httpErrors errorMode="Detailed" />  
  23.               <asp scriptErrorSentToBrowser="true"/>  
  24.  
  25.     <validation validateIntegratedModeConfiguration="false"/>  
  26.     <handlers>  
  27.       <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"/>  
  28.     </handlers>  
  29.  
  30. <defaultDocument enabled="true">  
  31.          <files>  
  32.             <add value="login.aspx" />  
  33.          </files>  
  34.       </defaultDocument>  
  35.  
  36.  
  37.        </system.webServer>  
  38. </configuration>
  39.  
  40. <!--
  41.   My Youtube : https://www.youtube.com/channel/UCesKL9YMfIjKaf7JysGmAQQ
  42.   Facebook : facebook.com/poetralesana
  43.   -->
Add Comment
Please, Sign In to add comment