WinXP, IE6.0
I'm opening a pup up from the applpication, pointing the browser to a file on a local drive, but outside of IIS:
Getting an "Access Denied" javascript error. Permissins to read on this file and all of its parent directories are given to an account that IIS is running under. However, when this path is entered into the address window being on any page within the app (not a po up), the file is displayed fine.
Any ideas are greatly appreciated.
I'm opening a pup up from the applpication, pointing the browser to a file on a local drive, but outside of IIS:
Code:
window.open("file:\\\\\\C:\\Documents\\Test.html");
Any ideas are greatly appreciated.