Reputation: 6530
I have deployed my application on server and Now I am getting this error:
To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.
~~~ I have defined custom error pages for my applicatio.
Upvotes: 1
Views: 9552
Reputation: 63126
Typically there is one of three causes, but we would have to see a web.config to get detail.
Upvotes: 3