ASP.NET MVC app on IIS7 with WebForms content is throwing NTLM authenticate box
- by Jon
I have an ASP.NET MVC app that also contains some WebForms content (for SSRS ReportViewer). This is deployed to IIS7 and the MVC pages of the app work fine, but when I try to browse to the aspx page I am prompted with the NTLM auth box. I do not have NTLM enabled, I only have Anonymous auth enabled.
I have this deployed and fully working on an…