How to find errors in asp.net application after hosting , it only showing an "error ln application " . How to find out where the error occurred .?
It is very simple to find out the error . In default the server will not display errors to its users due to the security reasons .It is achieved by setting the remote debugging OFF/ON .
You can change debug settings to display errors and lines in the web browser .you can set this in asp.net settings in plesk panel .
It is not a good practice to display errors to its users. It may cause hacking attempts and data loss
It is very simple to find out the error . In default the server will not display errors to its users due to the security reasons .It is achieved by setting the remote debugging OFF/ON .
You can change debug settings to display errors and lines in the web browser .you can set this in asp.net settings in plesk panel .
It is not a good practice to display errors to its users. It may cause hacking attempts and data loss
No comments:
Post a Comment