QSDConsulting
09-23-2007, 08:21 PM
http://villageidiot.efree2net.com/asp/
The code works in debug, furthermore there is no code in there; its the VS default code. A friend said it was some config error, I just created it and deployed it, did I do something wrong?
Qgyen
09-24-2007, 01:29 AM
That is just a generic error message. Read the contents of the page to turn off custom errors and then it will show you the full detail of the actual error.
QSDConsulting
09-24-2007, 08:12 AM
That is just a generic error message. Read the contents of the page to turn off custom errors and then it will show you the full detail of the actual error.
How do I do that? The instructions on the error page dont work. Also, it works in debug mode on my computer.
volumedrive
09-25-2007, 11:37 AM
Take a look at the web.config module to turn off the custom errors. Also, if you have remote desktop enabled on the server, install Firefox and run the script locally. It should show you a more detailed error message.
QSDConsulting
09-25-2007, 12:08 PM
My host didin't support code behind... It was a shared server.
volumedrive
09-25-2007, 12:15 PM
My host didin't support code behind... It was a shared server.
Strange... I always prefer code behind. Keeps everything neater.
QSDConsulting
09-25-2007, 04:10 PM
Strange... I always prefer code behind. Keeps everything neater.
Yeah, thats why I left them
PCTechMe
09-25-2007, 04:46 PM
Open up your web.config file find the <customErrors section and modify it to read <customErrors mode="Off"/>. If you do not have one, add it in the <system.web> section. After that post the error if you cannot resolve it.
A word of caution: With the errors being revealed you may expose some private info such as your connection string info with password. Do it at your own risk.
QSDConsulting
09-25-2007, 04:47 PM
It wouldnt let me. The problem is resolved, new host.