SyntaxFix
Write A Post
Hire A Developer
Questions
If you add this to your web.config transformation file, you can also set certain publish options to have debugging enabled or disabled:
<system.web> <customErrors mode="Off" defaultRedirect="~/Error.aspx" xdt:Transform="Replace"/> </system.web>