There is a hyperlink to a local file...for instance....C:/text.txt. This is not possible, because ASP.net does not allow links to local files. But, links to files on network drives such as W:/test.txt are working ok.
My question is... how does the browser know which drive letter is local, and which is networked? How does it know that C: is local or D: is local etc, and that W: is a network drive?
View Complete Post