G
Guest
Hello all,
My dotnet application configuration is that the client, Web server and
database all reside in 3 different computers. There is a function which can
browse a file and read in the contents. When it is run by Internet explorer
in the client machine, it can browse the file path in the client machine.
However, when the program attempt to read in the file content, there is run
time error. I suspect the program try to read the file in the Web server
which do not has such file.
There is no problem if the client and web server reside in the same computer.
I cannot think of any way to solve the problem at this moment. If you know
of any way, I would be very grateful if you can tell me.
Thanks.
W.M. Chung
My dotnet application configuration is that the client, Web server and
database all reside in 3 different computers. There is a function which can
browse a file and read in the contents. When it is run by Internet explorer
in the client machine, it can browse the file path in the client machine.
However, when the program attempt to read in the file content, there is run
time error. I suspect the program try to read the file in the Web server
which do not has such file.
There is no problem if the client and web server reside in the same computer.
I cannot think of any way to solve the problem at this moment. If you know
of any way, I would be very grateful if you can tell me.
Thanks.
W.M. Chung