0

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 IIS6 box, the only other difference is that the IIS6 box is in our company domain, but the IIS7 box is not (I fail to see how this could be the issue as the MVC stuff is working fine).

Any thoughts? Thanks.

Jon
  • 11
  • 1
  • 2

1 Answers1

0

Try enabling Windows Authentication mode along with Anonymous Authentication.

Ankur Dholakiya
  • 458
  • 2
  • 9