Hi there,
Actually, I am developing a website using ASP.Net MVC 3.5. I have a method in the Home controller which returns a partial view when called. The issue is when I am calling the controller method using jQuery, the Not Found (404.0) errors comes. All this happens when the application is deployed on ISS 7. It works fine during development, but after deployement, none of the controller are found when called through jQuery.get method or post.
Thanking you all in advance for helping me.