Avatar of lathashankar
lathashankar
 asked on

ASP createfile error

I use following code to create text file and it is giving me error:
Microsoft VBScript runtime (0x800A0046)
Permission denied

Any help,
thanks

<%

For each item in request.Form
   item = request.Form (item)
next

Set ObjFile = Server.CreateObject("Scripting.FileSystemObject")

yourFile = Server.MapPath ("testfile.txt")

Set WriteFile= ObjFile.CreateTextFile (yourFile, True)

WriteFile.WriteLine("test")

WriteFile.Close

Set WriteFile = Nothing    

Set ObjFile = Nothing
%>
ASP

Avatar of undefined
Last Comment
bragn

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
bragn

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23