I am running into an issue with the configuration of a Default Document of a site we are setting up in IIS 8 after a Server Migration to Server 2012. I have configured the Default document on the root of our website to be Default.html, then we have a SubDirectory,"abc", which has its own Default Document of Logon.aspx. The issue we are running into is as such:
http://www.mywebsite.com/abc/Logon.aspx - This loads fine
http://www.mywebsite.com/abc/ - This loads fine and brings up the default document correctly to show http://www.mywebsite.com/abc/Logon.aspx in the address bar
http://www.mywebsite.com/abc - The address bar changes tohttp://www.mywebsite.com/Logon.aspx This fails to load giving a 404 error as Logon.aspx does not exist at that level
When we do not have the "/" at the end of the subdirectory name the requests fail every time. I have been searching the internet and these forums and have not been able to find anyone running across this issue so far, any assistance would be appreciated.
Thanks