Basically you can't send a person to the location as that
would totally
defeat the purpose of placing files above the virtual root.
You can stream a
file from a page on the site if you use the physical location
on the server
to call it.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"lovewebdev" <webforumsuser@macromedia.com> wrote in
message
news:ec2paf$9ht$1@forums.macromedia.com...
> How do you send a file that resides above the virtual
directory to the
> browser using ASP.
>
> this doesn't work:
> <% Response.Redirect(Server.Mappath("..\..\..\files\"
&
> rsgetefile("filename"))) %>
>