asp.net mvc, IIS 6 vs IIS7.5, and integrated windows authentication causing javascript errors?
- by chris
This is a very strange one.
I have an asp.net MVC 1 app. Under IIS6, with no anon access - only integrated windows auth - every thing works fine. I have the following on most of my Foo pages:
<% using (Html.BeginForm())
{ %>
Show All:
<%= Html.CheckBox("showAll", new { onClick = "$(this).parent('form:first').submit();"…