I developed a website at asp.net and I posted it on the Internet. I upload my site online using CuteFTP. After loading, when I type url, it gives an error similar to this ...
Description. Application error on server. The current user error settings for this application do not allow you to remotely view details of the application error (for security reasons). However, it can be viewed by browsers running on the local server machine.
Details To include a detailed description of this specific error message on remote computers, create a tag in the configuration file "web.config" located in the root directory of the current web application. Then this tag should have its attribute "mode" equal to "Off".
Notes. The current error page can be replaced with a special error page by changing the "defaultRedirect" attribute in the application configuration tag to point to the URL of the user error page.
source share