Hi guys, I need to to able to direct a user to a file that is not on the same server as the web host server. I have tried something like this.This does not work however, it comes up and says that the page cannot be found.VB Code:
Response.redirect("\\Server1\dosapps\Refprice\Sunoco\TestFile.Txt")
I'm thinking I might have to add that path to my web config file or something like that.
Anyone know what I need to do here?
Thanks




Reply With Quote