[thelist] Response.Redirect (ASP)

Scott Dexter dexilalolai at yahoo.com
Thu Jan 6 16:00:31 CST 2005


--- Rob Smith <rob.smith at THERMON.com> wrote:
> the Address Bar it reads:
>
https://my.domain.com/%5C%5CNetComp%5Cacct$%5CCash%5CFY05%5CJan%5CReceipts%2
> 00104.xls
> 
> ( The %5C is the ASCII for \ )
> 

So you have a URL that looks like:

https://my.domain.com/\\NetComp\acct\Cash...

which isn't valid. UNC names don't play nicely inside URLs; you're
going to have to emit an HTTP path to the document. Map a virtual
directory or something of the sort....

Good luck--
Scott


More information about the thelist mailing list