L
Lamberti Fabrizio
Hi all,
I've to access to a network file from an asp pages.
I've red a lot of things on old posts and on Microsoft article but I can't
still solve my problem.
I've got two server inside the same NT domain, each one has its own web
server.
The web server is always IIS 5.0.
One of this web server have to access to a network file in writing mode
inside the other server.
I've tried using this code
-------------------
Set fso = Server.CreateObject("Scripting.fileSystemObject")
uri=\\web21bcklab\c$\Inetpub\wwwroot\WebModules\Logger\debugLog.txt
Response.Write fso.FileExists(uri)
---------------------
the existence check returns always false. why ?
How can I solve this problem ?
thx
I've to access to a network file from an asp pages.
I've red a lot of things on old posts and on Microsoft article but I can't
still solve my problem.
I've got two server inside the same NT domain, each one has its own web
server.
The web server is always IIS 5.0.
One of this web server have to access to a network file in writing mode
inside the other server.
I've tried using this code
-------------------
Set fso = Server.CreateObject("Scripting.fileSystemObject")
uri=\\web21bcklab\c$\Inetpub\wwwroot\WebModules\Logger\debugLog.txt
Response.Write fso.FileExists(uri)
---------------------
the existence check returns always false. why ?
How can I solve this problem ?
thx