Hi,
I am not familiar with ASP or IE9, so putting this out there for some help. I have a web app which was running fine on Win Vista IE7, then it was upgraded to Win7 IE9. Now its not working. Check into the code and found that IE9 is referring to the wrong directory when the home directory is not stated
Example:
Home directory - HOME
Sub-folder - ABC
When the code points to just ABC/ABC.asp, IE9 will not find the asp page, but when home directory is added, /Home/ABC/ABC.asp, IE9 can display the asp page. Is there a setting in IE9 that can be change to solve this without me having to change all the codes?
Thank you.