Re: Mapped drives and FSO
From: gil (gil_at_nospam.thankyou)
Date: 08/16/04
- Next message: Jeff Cochran: "Re: ASP & Apache"
- Previous message: Jason Jefferies: "Re: ASP cannot find dll"
- In reply to: Patrice: "Re: Mapped drives and FSO"
- Next in thread: Aaron [SQL Server MVP]: "Re: Mapped drives and FSO"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Aug 2004 03:59:33 -0700
Thank you..
I forgot I turned off netbios a while ago, been banging my head up against
the wall ever since.
"Patrice" <nobody@nowhere.com> wrote in message
news:O6YrU%232gEHA.1644@tk2msftngp13.phx.gbl...
> Yes but keep in mind that your web app doesn't run under the same context.
I
> would use an UNC name (\\myserver\mytargetfolder) instead...
>
> Patrice
>
> --
>
> "gil" <gil@nospam.thankyou> a écrit dans le message de
> news:%23GkB4l2gEHA.1656@TK2MSFTNGP09.phx.gbl...
> > I keep getting "path not found"..
> >
> > I'm running two servers, the machine running IIS that is running my ASP
> > script uses the same IUSR account and password as the folder that I am
> > trying to access through a mapped drive. Permissions should be good.
> >
> >
> > here is my code:
> >
> > Set objFile = Server.CreateObject ("Scripting.FileSystemObject")
> > objFolder = "M:\testfolder"
> > Set MyFolder = objFile.GetFolder(objFolder)
> >
> > if I take the same directory path "M:\testfolder" and paste it into
> explore
> > it finds the path without a problem...
> >
> >
> > Any help would be greatly appreciated.
> >
> > Thank you
> >
> >
>
>
- Next message: Jeff Cochran: "Re: ASP & Apache"
- Previous message: Jason Jefferies: "Re: ASP cannot find dll"
- In reply to: Patrice: "Re: Mapped drives and FSO"
- Next in thread: Aaron [SQL Server MVP]: "Re: Mapped drives and FSO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|