Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,
I am getting as Internal Server 500 while testing my webservice(asmx) using visual studio, can somebody help me?
Posted

1 solution

When the remote server returns an internal server error, then it means that the remote server noticed something bad.

When the error is 500, that means it's an internal error, meaning internal to the service - the service threw an exception that was not caught and the server refuses to send the actual error message to the client for security reasons.

To dignose the actual error will you please browse the asmx page.

Check event viewer for error you might get more information on 500 error.

Go to run -> type eventvwr
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900