Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I called simple weservice using jquery ajax, its working fine when i run my application under asp.net web development server, if i host my applicion in IIS7 or II8(IIS runnig under Framwork 4.0) jquery ajax not working properly and it throws and error "Internal server error 500".

Note: web application developed in visual studio 2005.

how to clear this issue, any idea?

Thanks
Posted
Comments
Sandeep Mewara 6-Feb-13 12:48pm    
How do you know it's jquery that is throwing error: "Internal server error 500" ?

I doubt it. Sounds like an issue in deployment.

My first guess is that this is a configuration error with the service. Is there any way to capture the error that is generated by the server, event viewer or logging?

Most likely the error details will tell you all that you need to know. If not then please post the exception details from the server.
 
Share this answer
 
Hi,


Check this http://forums.asp.net/t/1725426.aspx[^] It may be useful to you.
 
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