How does one specify root location in web.config to allow unauthenticated users access it?
The root location is served by default.aspx, but users normally don\'t see
Merk was right!
I used
on Windows netserver (don't ask), making sure to put nothing in between the quotes for location path. Redirects a request for the old home page to the new home page.