IIS Mixed Anonymous and Windows Authentication
问题 I need to create an ASP .NET web page (hosted on Windows Server 2008R2 with IIS 7.5) which should be visible by domain users and anonymous users without prompting credential requests for both of them. Domain Users should be authorized to see the entire page, while anonymous users can see the public part of the page. When I enable Windows authentication: domain users can see the entire page, but anonymous users are prompted for credentials. When I enable anonymous authentication or both