4
Answers

please resolve my query

Rinki

Rinki

7y
159
1
i am using ajax in asp.net and i getting error message.
"500 internal server error"
how to resolve this error message.
Thanks 
Answers (4)
1
Dharmraj Thakur

Dharmraj Thakur

NA 4.1k 61.7k 7y
Press f12 for developer tools... you can see your error like this...

 
 
 error is here
 
 
0
Rinki

Rinki

NA 171 4.6k 7y
Thanks all of you
 i resolve this error 
0
Amit Kumar

Amit Kumar

NA 3.5k 203.6k 7y
Hi,
    Handle this exception, after that it will work fine, if in case it not working then check the ajax call carefully. If you will not find out then share your particular code. 
0
Amit Kumar

Amit Kumar

NA 3.5k 203.6k 7y
Hi,    
A 500 from ASP.NET probably means an unhandled exception was thrown at some point when serving the request.
I suggest you attach a debugger to the web server process and you should alos double check that the URL is correct which you have passed in ajax.
 
After that if you have not find then,  provide me screen shot.