Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Add <clear/> after <ConnectionString> And under <system.

web>
add
<customErrors mode="Off">

</customErrors>

<system.webServer>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>
</system.webServer>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
</system.web>

You might also like