First of all, Im sorry if this has been answered before. I just can´t find it.
Im not very familiar with iis, so hopefully this is an easy question.
I have an ASP.NET application where the user can upload files.
The files are located in a folder in web root (The very same folder as where .aspx files etc. are located, I think it was called web root, or was it wwwroot?).
I need to make sure that the only user that can access this folder is the ASP.NET application.
Which would mean that if someone has access to this windows server, they would not be able to open the folder where the files are uploaded.
Can I use the NETWORK SERVICE user to solve this?
We are using windows server 2003, and I think it is iis 6.0
Thank you