I have the problem to show the html file on local drive in my aspx page on IE9. I have read the question at how to set iframe src to local file.
I can show the html file which is on the another drive on the server by the below code.
<iframe src="\\servercomputer\G$\test6.html" title="test" />
I don't want people see my actual folder location. I tried to create the virtual directory under the website, but I got the "cannot find the page error" Would someone show me what I should do.
Thanks in advance.