This may be simple, although i'm having some trouble finding a solution.
When you look a .xml file in your folder, you could double click it so your main browser will display the code content of it.
I have the complete path of the xml, and I'd like to create a link in aspx (with either c# or vb.net) that redirects to the XML in the browser.
response.redirect("<path>")
--- update
it redirects to:
http://img37.imageshack.us/img37/7227/89684913.jpg
when i put my mouse over "here" there's the localhost port with / in the end (it looks for the path in the localhost)
that's why i made this question.. it has to be a different approach.