so how can i assign read/write access to this account (Network Service) or should i create a new account? the WCF service will be on public domain
i am using IIS6
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s best practice to make this a new account that you can control the direct privileges too, since Network Service can have a bit higher level of permissions. You can change this under the Application Pool in IIS that your website hosting WCF is running as.
Then wherever your website needs the read/write access grant to this new account.