2
Answers

VS 2010 access file on web server

scampercat

scampercat

12y
965
1
I have a 2010 C# web application that I am writing where I want to  be able to access some excel files that are located on a web server. I know if I want to access the files on my own workstation I would do the following:

file://localhost/c:/work/app or file:///c:/work/app.

However I do not know how to access the files on another web server. What syntax would I use?
Answers (2)
0
winston 0

winston 0

NA 10 0 20y
but my client may be without .Net FrameWork in his PC. so i think i can't use .Net Remoting.
0
send2manivannan

send2manivannan

NA 127 0 20y
Why not....! You can use the .NET Remotting with HTTP Channel.