Hi,
I have a couple of master pages (one desktop, one mobile) with a ViewSwitcher to swap between mobile and desktop views.
Once i have logged into my application (using forms authentication), the ViewSwitcher works fine - swapping between desktop and mobile views with no problems.
If however, i try to swap between views before i have logged in (i.e. from the Login.aspx form) i am getting a 401.2 Access denied error.
In IIS I have set my Authorization rules correctly (deny anonymous users - except for the login page which allows all users).
I have noticed though, if I remove the deny anonymous rule that the ViewSwitcher no longer produces this error.
Any help would be appreciated - Thanks in advance,
Go to the complete details ...