I've configured forms authentication for ASP.NET 4.0 application.
Login/logout is working, but when I'm logged in I can't access the site root (~/) page. When I'm going to this url in browser I'm getting 401.2 error (Unathorised).
Error message: You are not authorized to view this page due to invalid authentication headers.
Other pages are accessed fine.
When I'm logged out site root could be accessed and redirects to login page (which is correct behavior)
Did anyone faced such issue?