|
But Im not sure how to do this correctly, I have a file called web.config where should this be:
/public_html/web.config
or before the public_html folder
or /public_html/ABC/web.config
Is all I need in this web.confg file:
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Where will these errors be displayed?
|