|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
now this is a REAL BIG problem
i'm using window XP (hope this is not the reason) i cant create a file in my computer but it works on my school server ********************************************** Set fso = Server.CreateObject("Scripting.FileSystemObject") Set OutputXMLFile = fso.CreateTextFile("c:\xx.htm",true) ********************************************** everytime i run this method my IE hang(???) so, is it my IIS configuration problem or else |
|
#2
|
|||
|
|||
|
The permissions are set wrong for the folder your trying to create in.
i.e. IUSER_MACHINENAME doesn't have write access. It's not a good idea to write directly to C: either, make a dir in your wwwroot dir, and set permissions to 'write'. XP is known to have some issues with permissions. |
|
#3
|
|||
|
|||
|
Do u mean on the folder property enable the read, write, script source access or the 'execute permission' drop down menu?
I'd tried both way already before but couldnt work |
|
#4
|
|||
|
|||
|
If you are using Norton Antivirus try disabling script blocking.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Cant Create File??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|