What's the easiest way to have a public part in an ASP.NET application that is otherwise windows authenticated?
It seems that if specify the authentication mode to be windows, *all* requests have to be authenticated.
It also seems I can't specify a different authentication mode in a sublocation.
What other options are there?