I have a AJAX action link.
On Click this posts to the controller. The controller sends back ascx view that is supposed to update a div in the original page.
This works fine when running from WebDev server.
However, in IIS environment, the original page is gone and the new view ends up showing on its own.
Please help.
Environment: IIS7, ASP.NET MVC 1.1, VS 2010