Response.Redirect to a UNC path

ericee9

New Member
I'd like to redirect the user to a directory on a file server using its UNC path. I've tried using something like the following but I just get a 404 error.\[code\]Response.Redirect(@"file:\\fileserver\data\");\[/code\]What's the correct syntax to make this work?
 
Back
Top