
Signature
Wendell Buckner/SQN Banking Systems
Change IE settings > Advanced options > uncheck Show friendly HTTP error
messages.
If that is done, in web.config - change the customerrors to "Off" when you
want to debug.
Regards,
Pandurang

Signature
blog: www.thinkingMS.com/pandurang
> I have a webservice that I can get debugging information (exception
> information) from in my development environment... But once I deploy it to a
> customer site, the only information I may get on a error is an error 500...
> How can I get exception information to displayed at the customer site?
Peter Stojkovic - 23 Mar 2006 11:55 GMT
I have set Both as described.
But i am not able to dubug my Webservice.
It is not possible to step INTO.
It is nit possible with a breakpoint in my service
( the breakpoint in my service will be shown with an asteriks, if my
Windows-Application is running in Debug-mode)
Do you have additional hint ?
Thanks peter
> Change IE settings > Advanced options > uncheck Show friendly HTTP error
> messages.
[quoted text clipped - 11 lines]
>> 500...
>> How can I get exception information to displayed at the customer site?
Pandurang Nayak - 23 Mar 2006 16:19 GMT
Is the project set in Release mode? Symbols don't get loaded in release mode.
Have you made any changes to machine.config or web.config to disable
debugging?
Regards
Pandurang

Signature
blog: www.thinkingMS.com/pandurang
> I have set Both as described.
>
[quoted text clipped - 23 lines]
> >> 500...
> >> How can I get exception information to displayed at the customer site?