i am developing a web service on a windows server machine (2003 server i think)
i've developed the asmx file and i have it in my folder in the web directory
what i would like to do is restrict the usage of the shared files
I do not want the other users to be able to read/write/delete my cs files
in the security tab for the folder there are a bunch of inherited permissions including allow users read/execute and allow me full access
ive tried to set users to deny read/write or to deny list directory but since i am also a part of the user group, it denies me the same access
i've tried taking off the user setting in security but then my web client cant access the service
i'm almost certain there is a way to set deny list directory for users and then override this in the advanced permissions for me alone but i'm not sure how to do this
is this worth it?
i've developed the asmx file and i have it in my folder in the web directory
what i would like to do is restrict the usage of the shared files
I do not want the other users to be able to read/write/delete my cs files
in the security tab for the folder there are a bunch of inherited permissions including allow users read/execute and allow me full access
ive tried to set users to deny read/write or to deny list directory but since i am also a part of the user group, it denies me the same access
i've tried taking off the user setting in security but then my web client cant access the service
i'm almost certain there is a way to set deny list directory for users and then override this in the advanced permissions for me alone but i'm not sure how to do this
is this worth it?
