Hello, I have an application that I developed on my home machine and everything was working just fine. I take the code and export the source code to the server at the school and I get an error - telling me to create or adjust my "<customErrors" setting.

My current setting is set to "RemoteOnly" and it was asking me to set it to "Off". No matter what I set it to, I still get the same error.

Here is the detail error message:

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.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

What do I need to do to get around this problem?