windows file permissions - write access
hi
Im not sure how to understand the permissions and users the websites are running as/on. Each website gets its own app pool to isolate them, but it seams they are running all as "network service". This is a bit annoying when looking at the process list since its impossible to see what website is using the CPU if something is using alot/all.
Thats one thing - the other is permissions. I was reading a forum post that the pool is started as "network service" but its really running as the websites annonymous user. How is this setup?
I see my customers "fix" the missing write permisssions by allowing "network service" full access - this im sure is not the best idea. If I understand the other forumpost correct then the actual real best way to let the website write the folders and files is to give write/full permisssions to the website annonymous user, correct?
or what to do? whats the correct and safe way to give write/full permissions to the website and still make sure that its not possible to access/write other websites files?