Re: Accessing network file form ASP page
From: Roland Hall (nobody_at_nowhere)
Date: 03/06/05
- Next message: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Previous message: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- In reply to: Lamberti Fabrizio: "Accessing network file form ASP page"
- Next in thread: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- Reply: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Mar 2005 06:16:17 -0600
"Lamberti Fabrizio" <lambu@from_italy.it> wrote in message
news:OsVzIyLIFHA.1996@TK2MSFTNGP12.phx.gbl...
: 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 ?
How often does it need to be accessed and how updated does the data need to
be?
-- Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. */ Technet Script Center - http://www.microsoft.com/technet/scriptcenter/ WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp MSDN Library - http://msdn.microsoft.com/library/default.asp
- Next message: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Previous message: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- In reply to: Lamberti Fabrizio: "Accessing network file form ASP page"
- Next in thread: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- Reply: Lamberti Fabrizio: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|