HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers
i want to allow access to Anonymous.aspx page to all user, i have set Basic Authentication to Enabled , and Connect as to specific user . my problem is when trying to access http://MyIPAddress/MyAlias/Anonymous.aspx , authentication popup appears--ideally it shouldn't, and when i close popup, getting 401.2 Unauthorized error --it's obvious Error Summary HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers. Error Code 0x80070005 below is snap of my web.config file. <configuration> <system.web> <authentication mode=“Windows“/> </system