|
 |
asp_web_howto thread: FileSystemObject
Message #1 by "Robert Turner" <rturner003@b...> on Wed, 20 Mar 2002 11:17:03
|
|
I am using a standalone PC to develop using Windows XP Pro and IIS 5.1
installed. I am using the FileSystemObject trying to create a text file
and placing it on the C: drive of my machine. When I run the asp file the
browser just hangs. The file is alright as I just run it successfully on a
windows NT system and the option pack with IIS installed.
What do I need to do on my XP machine to get the filesystemobject to work.
Anybody any ideas
Message #2 by "Craig Flannigan" <ckf@k...> on Wed, 20 Mar 2002 11:18:16 -0000
|
|
You need to ensure that the account 'IUSR_YourMachineName' has Write
permissions to that drive.
Right-click on the C:\ drive and choose security. If the IUSR_MachineName
account is not there (which it shouldn't be) you'll need to add it.
Craig.
-----Original Message-----
From: Robert Turner [mailto:rturner003@b...]
Sent: 20 March 2002 11:17
To: ASP Web HowTo
Subject: [asp_web_howto] FileSystemObject
I am using a standalone PC to develop using Windows XP Pro and IIS 5.1
installed. I am using the FileSystemObject trying to create a text file
and placing it on the C: drive of my machine. When I run the asp file the
browser just hangs. The file is alright as I just run it successfully on a
windows NT system and the option pack with IIS installed.
What do I need to do on my XP machine to get the filesystemobject to work.
Anybody any ideas
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
Message #3 by "Craig Flannigan" <ckf@k...> on Wed, 20 Mar 2002 11:22:01 -0000
|
|
Sorry, that should have been:
Right-click on the C:\ drive from My Computer, choose Properties, then the
Security Tab.
From there you can add the account.
Regards
Craig.
-----Original Message-----
From: Craig Flannigan [mailto:ckf]
Sent: 20 March 2002 11:18
To: ASP Web HowTo
Subject: [asp_web_howto] RE: FileSystemObject
You need to ensure that the account 'IUSR_YourMachineName' has Write
permissions to that drive.
Right-click on the C:\ drive and choose security. If the IUSR_MachineName
account is not there (which it shouldn't be) you'll need to add it.
Craig.
-----Original Message-----
From: Robert Turner [mailto:rturner003@b...]
Sent: 20 March 2002 11:17
To: ASP Web HowTo
Subject: [asp_web_howto] FileSystemObject
I am using a standalone PC to develop using Windows XP Pro and IIS 5.1
installed. I am using the FileSystemObject trying to create a text file
and placing it on the C: drive of my machine. When I run the asp file the
browser just hangs. The file is alright as I just run it successfully on a
windows NT system and the option pack with IIS installed.
What do I need to do on my XP machine to get the filesystemobject to work.
Anybody any ideas
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
Message #4 by "Drew, Ron" <RDrew@B...> on Wed, 20 Mar 2002 17:43:37 -0500
|
|
I have XP and FSO works fine. Code please
-----Original Message-----
From: Robert Turner [mailto:rturner003@b...]
Sent: Wednesday, March 20, 2002 6:17 AM
To: ASP Web HowTo
Subject: [asp_web_howto] FileSystemObject
I am using a standalone PC to develop using Windows XP Pro and IIS 5.1
installed. I am using the FileSystemObject trying to create a text file
and placing it on the C: drive of my machine. When I run the asp file
the
browser just hangs. The file is alright as I just run it successfully on
a
windows NT system and the option pack with IIS installed.
What do I need to do on my XP machine to get the filesystemobject to
work.
Anybody any ideas
|
|
 |