I have a long list of users when setting file/directory settings. It took me a while to find which user i needed to give permission to so that an aspx page could access a simple text file.... hint, it wasnt the ASPNET user!
Here's a list of users, most of which i have no idea what they do or how i should set their permissions:
Network, NetworkService, Interactive, ASPNET, Everyone, 'myusername' , IUSR_DED1501, IUSR_'myusername'
So.. what are these users for and how should i set their permissions? Are these the users who have FTP access or what? I'm going to be using aspx a lot, which permissions do i need to set for files i want to use asp.net on? I want to only give permissions where they are necessary so not knowing what these usernames are is confusing me.