I have an MVC page that I want to take the contents of and put into a div on a WebForms page using javascript. I've done this once before without any problem, except when I did it before the MVC page allowed anonymous access.
Is there a way to pass on the logged in user's credentials in order to access an MVC page whose action has the [Authorized] attribute?