I have an ASP.NET site that access files on a file share. The site is configured for windows authentication. The file share is currently open to all Intranet users (Everyone). I would like to lock this down. Do I need to grant the windows users access to the file share or my application pool identitiy?
↧