Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / November 2004

Tip: Looking for answers? Try searching our database.

Webservice trouble.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jensen Bredal - 18 Nov 2004 15:02 GMT
Hello,
I have written a very simple web service with only one "web method". The web
method does what it is supposed
to do when invoked locally but fails one invoked remotelly
with http error 500.

Any idea what i have done wrong?

Many thanks in advance
JB
Sami Vaaraniemi - 21 Nov 2004 10:02 GMT
HTTP error 500 means that there is probably an unhandled exception in the
web service method. To debug the problem, you can try e.g.,:

1) set <customErrors mode="Off" /> in web.config to see ASP.NET error page
remotely
2) add error logging (i.e., catch all exceptions and log them somewhere)
3) attach debugger to the web service, put a break point in the web method
and step through code until you hit the error

Regards,
Sami

> Hello,
> I have written a very simple web service with only one "web method". The
[quoted text clipped - 7 lines]
> Many thanks in advance
> JB

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.