Windows > WebsitePanel

Turn off the custom errors mode through web.config file

(1/1)

sajugovind:
As Technical hand we know that the first step for troubleshooting will be the Error page or error code. We won't get actual error if the custom errors mode is in ON state. Yes we can turn it off through this steps,


1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">

 :) ;) 8) ??? ::)

Navigation

[0] Message Index

Go to full version