I uploaded my ASP.NET projetc to a remote server an I see the following error:
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
But I have <customErrors mode="Off"/> and still I cannot see the error on a remote server...
Why is that? How can I solve this problem?How can I see the error?
Thanks in advance
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
But I have <customErrors mode="Off"/> and still I cannot see the error on a remote server...
Why is that? How can I solve this problem?How can I see the error?
Thanks in advance