This is a query to do with classic ASP (written through vbscript).

I am trying to run an asp page on my local Windows 2000 machine which
creates a folder in the root directory of my site, but when I run the page it
simply hangs when it gets to the FileSystemObject folder creation part
(when I remove this line of code, the rest of the page works fine)

The code is fine because it is working on the live server, so the
problem is with the PERMISSIONS on my local Windows 2000 server.

I've set ALL folders from wwwroot upwards with FULL rwx access for ALL
users.. plus I've added the IUSR_(machinename) to this list with full
access. I've did this through Explorer.

I've run out of ideas on where else to set permissions... anyone got any
ideas??

Thanks!
Peter
--

"I hear ma train a comin'
... hear freedom comin"

Re: FileSystemObject problems by Bill

Bill
Thu Nov 03 01:38:02 CST 2005

Could be your anti virus application.

--=20

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities =BB www.billsway.com/vbspage/
Windows Tweaks & Tips =BB www.billsway.com/notes_public/

"Stimp" <ren@spumco.com> wrote in message =
news:slrndmhpfu.jfs.ren@carbon.redbrick.dcu.ie...
> This is a query to do with classic ASP (written through vbscript).
>=20
> I am trying to run an asp page on my local Windows 2000 machine which=20
> creates a folder in the root directory of my site, but when I run the =
page it=20
> simply hangs when it gets to the FileSystemObject folder creation part =

> (when I remove this line of code, the rest of the page works fine)
>=20
> The code is fine because it is working on the live server, so the=20
> problem is with the PERMISSIONS on my local Windows 2000 server.
>=20
> I've set ALL folders from wwwroot upwards with FULL rwx access for ALL =

> users.. plus I've added the IUSR_(machinename) to this list with full=20
> access. I've did this through Explorer.
>=20
> I've run out of ideas on where else to set permissions... anyone got =
any=20
> ideas??
>=20
> Thanks!
> Peter
> --=20
>=20
> "I hear ma train a comin'
> ... hear freedom comin"