I have a web application that uses ajax enabled wcf service Service.scv…. I got it working yesterday… But when i ran my application now… It gives me error
500 Internal Server Error
When inspected through firebug i saw this,
http://localhost:1482/CR-F/Service.svc/js 500 Internal Server Error
Why is it happening am i missing something… Any suggestion…
EDIT:
Deleting temporary ASP.Net files solved the prob….
Is it a long term fix…
ANSWER: