lorena Posted September 14, 2005 Posted September 14, 2005 (edited) Error Question I am developing an asp.net application on our intranet server from my local pc. I am developing it using the intranet url as part of my project name - so "http://myintranet.com/myproj" The problem I have is (and I think this may be because I am not actually working on the server), the application will not show me runtime errors when they occur. I just get that "error in whatever application" and it tells me to set custom errors to "off" (which I did) but I still cannot see them. I think this is probably why I am not able to debug my web applications since I am working on one computer with the application on another. Is that why? I hope I am making sense here. I am sure there is some kind of setting or something I am missing. I would appreciate any help with this as it is driving me crazy. Edited September 14, 2005 by lorena Quote
Nate Bross Posted September 18, 2005 Posted September 18, 2005 Do you have 'Friendly HTTP Errors' disabled on the local machine? Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
lorena Posted September 19, 2005 Author Posted September 19, 2005 I did have it disabled. Is that the problem? Quote
Nate Bross Posted September 20, 2005 Posted September 20, 2005 I don't think so, Friendly HTTP errors should be off if you are writing code. Otherwise you get those pages with out technical information. e.g. what line of code caused the error, etc. That is the only reason I can think of for not being able to see error messages. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.