Re: Accessing network file form ASP page
From: Tom Kaminski [MVP] ((A_at_T))
Date: 03/04/05
- Next message: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Previous message: Lamberti Fabrizio: "Accessing network file form ASP page"
- In reply to: Lamberti Fabrizio: "Accessing network file form ASP page"
- Next in thread: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Mar 2005 09:07:48 -0500
"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 ?
http://www.aspfaq.com/show.asp?id=2168
-- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://mvp.support.microsoft.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
- Next message: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Previous message: Lamberti Fabrizio: "Accessing network file form ASP page"
- In reply to: Lamberti Fabrizio: "Accessing network file form ASP page"
- Next in thread: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|