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.
VB Code:
  1. Response.redirect("\\Server1\dosapps\Refprice\Sunoco\TestFile.Txt")
This does not work however, it comes up and says that the page cannot be found.

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