I have a webservice for ajax cascading dropdownextender. Which is working fine. But suddenly it raised a exception. MethodError 500. What is this exception.
Can any one resolve this exception. Please post a possible solution. Its an urgent requirement.
A 500 normally just means that there was an exception in the server side code, which wasn’t handled.
You’ll need to trace/log through the webservice to see what is failing.
You’re almost certainly looking for a .Net code error.