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

ISAPI: Cant write file

Status
Not open for further replies.

pollo4

Programmer
Oct 23, 2002
6
AR
Hi! I've made an ISAPI application that create and write some files to a local folder. It does create files but for some reason it doesnt write into them.
I think the permissions are right: IUSR_ and IWAM_ have read/write permissions in that folder.
I even test with Everyone on Full Control rights.

The error that shows is this:
Exception: EInOutError
Message: I/O error 103

Which means "File is already open". But the programming is ok, because I already tested as a CGI application.

Any ideas?
Thanks a lot
Pollo!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top