web.config single user basic auth
问题 In nginx I can create a authentication response which sends WWW-Authenticate:Basic realm="Private Network" causing a login for a single user/password to popup without creating a login.aspx Here's my config settings <security> <authentication > <anonymousAuthentication enabled="true" userName="test" password="test" /> <!--<basicAuthentication enabled="true" logonMethod="Batch" />--> <!--<windowsAuthentication enabled="true" />--> </authentication> </security> <authentication mode="Forms">