Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dll Writing Textfile but Permission denied

Status
Not open for further replies.

stsuing

Programmer
Aug 22, 2001
596
US
I have a dll on my web server that creates a text file on the same webserver using FSO.

Set TxtFile = fso.CreateTextFile(File_Name, True)

This works fine when I'm logged in or a sys Admin is logged in, but when using a typical users account I get permission denied.

Does anyone know what is stopping the creation of this text file?
 
Hi

As a first step you need to ensure that the folder you are writing the file to has write priviledges for the IUSR_domain (Internet guest account). Derren
[Mediocre talent - spread really thin]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top