to download a file from same server we use
Response.AddHeader "content-disposition", "attachment; filename=text.mp3"
but what if i want to download a file from diff server.
How can i do that?
i have tried using virtual directory which is pointing to diff folder in different server but doesnot work
First is it possible use to download files from virtual directory pointing to diff server altogether?




Bookmarks