I created a website that works normally, but when I upload it to the hosting server, it shows an error:
Application Server Error '/'.
As the error is very generic, it says to include the line <customErrors mode="Off"/>
in my file web.config
. I did this, but the error returned is?
An error occurred while processing your request.
That is, none of the errors helps a lot.
I want to know how to see a more error-specific message to make it easier to fix.
In my case, the error occurs when I try to create a txt file and download it (it must be permission error). How do I know if this is the case and fix it?