How to configure FormsAuthentication to allow access to root path for un-authenticated users? This needs to be accomplished by using the tag.
The following URL should work for un-authenticated users - http://server/site/ . They should not be automatically re-directed to login page.