My website has a folder called uploads and inside there is a folder for each client.
My question is, what’s the best practice to deny the user A to see the uploads from user B?
My website has a folder called uploads and inside there is a folder for
Share
You could do this with web.config changes. See documentation here: http://support.microsoft.com/kb/815151
Basically your web.config will look like: