Problem with web service

Set your webservices Debug property to True and turn customErrors off. This will allow you to view the error that is being raised.
 
You need to make sure that Debug is set to On and customErrors are set to Off. Otherwise we cant even begin to diagnose the problem.
 
Ive set deug to true and customerrors to off. But still cant see the error


In this message , there is an attachment with the file from the web service.


But this error is only on the dotnetplayground server, not on my own computer. The web service works very well here, but cannot use them because of my dynamic IP :(
 
Back
Top