Click to See Complete Forum and Search --> : linking to a share drive - hideable?


doofus
01-23-2007, 10:01 AM
Hi all

Im still working on an intranet, the good news is that is it really picking up.

Question though, when I link to files within a shared directory how can I hide where the files/folder is?

Eg at the top of firefox this comes up in bold intranet - /shared drive/etc/etc/etc/eman/

For info am running on IIS and win2k advanced server.

Thank you

M

russell
01-23-2007, 09:51 PM
are u coding in asp? asp.net? or just straight html? if html, no you cant hide it. if asp or .net then you can have the asp grab the resource, send the appropriate header to the client and download the file.

see here (http://www.webdeveloper.com/forum/showthread.php?t=104022)

and here (http://support.microsoft.com/kb/260519)