Hi,

I am doing an ASP website that allows users to upload files into the webserver. I am using ASP codes to the upload.

One folder is created (in one folder for all uploaded files, call it "main-folder") for each uploading process. In cases of "rollback" situations, I'll delete the folder created for that process.

I've allowed 'write' and 'delete' permissions on the main-folder for everyone. Will that cause any insecurity of the web server?
Btw, I am using Win2K Server

Thank you.