I'm having some trouble with getting permission from IIS to allow users to execute mkdir in my script. I've searched through the board and have found similar issues but not any solutions that work. I'm making a site to work with group of people where each user can upload their work in directories like 'userName/image/' etc. The mkdir is called only if the directory dosn't exist, but thats where the problem is. I get-
CGI Error 'The specified CGI appliction misbehaved by not returning a complete set of HTTP headers. The headers it did return are:'
If the directory exists, everything uploads fine. I think my code is ok because I used the same site on an apache server once before with no problems at all.
Im running IIS 5 on XP Pro. I have set permissions in the Sharing and Security tab to share the directory and disabled 'Simple Sharing' in the folder options.
Any help is appreciated! Thanks!