Note that there are some explanatory texts on larger screens.

plurals
  1. USJames Koch
    primarykey
    data
    text
    plurals
    1. COSee also [this question](http://stackoverflow.com/questions/4008627/how-to-put-an-avd-emulator-into-offline-mode/4729529#4729529) which has a link to an open Android defect logged in 2009. Get some votes on that puppy!
      singulars
    2. COBoth my "signup" and "login" pages *are* allowed via `<location>` tags. However an unauthenticated user cannot access either using the default document URL; they are redirected as if the resource were protected. In the particular case of login being the default doc, they're redirected back to the login, which doesn't seem like an issue, until you realize that is also tacks on a "ReturnUrl=/", so guess where you end up after you login?... Right back at the login. Again, quite fixable, but different than 3.5.
      singulars
    3. COI understand how I can make this current set of behaviors work for me, by tweaking some things. I'm really just trying to find someone to confirm/deny an undocumented change in ASP.NET from 3.5 to 4. Let's talk about generic pages other than a login.aspx. 4.0 behavior seems to be: given a site that globally disallows anonymous access via `<deny users="?"/>` but ALLOWS anon access to certain resources using `<location>` tags... Then you cannot set an anon-accessible IIS default document, because it will still redirect you to a forms auth login page.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload