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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attempting to use ASP to write text files on NT Servers.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am having problems with writing text files to the server with ASP.

We have IIS 4 and NT 4 with Service Pack 6a.

We have changed all visible options on IIS Control Pannel, but whatever options used, it stil gives the Error "Permision Denied" when running a ASP script, we have given the files acces to be written, and the server running the ASP Sript's user name is Admin, so I can't seem to understand what the problem is, I am not an expert on the subject and would appreate any help or advice availble on the matter.
 
You need to make sure that IIS virtual directory has write permissions AND the directory itself you are writing too has write permissions, if you are not using Windows Auth., then the user will be anonymous and you will need to grant Everyone (or the anon user) write permission to the directory.

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top