Hi Guys,
On windows, I cannot produce any difference in behavior of the page based on the case of the url. If I configure it to show the menu, it shows the menu in both cases http://locahost/Secure/Login.aspx and http://locahost/secure/login.aspx
Urls are not case sensitive on Windows because the file system is not case sensitive, but file names and urls are case sensitive on Unix and Linux, so on linux, http://localhost/secure/login.aspx would result in a 404 page not found error.
Best,
Joe