Permissions for dotnet framework CONFIG directory

R

RichW

Hi,

I'm running .net on a server under a domain user account (ie. the
domain user is specified in the processModel section of
machine.config).

Please can someone tell me what permissions the domain user account
needs on the c:\winnt\microsoft.net\framework\v1.1.4322\config
directory.

I'm guessing that it's Read and Execute, but I could be wrong.

Thanks,


Rich
 
T

Tom Porterfield

RichW said:
Hi,

I'm running .net on a server under a domain user account (ie. the
domain user is specified in the processModel section of
machine.config).

Please can someone tell me what permissions the domain user account
needs on the c:\winnt\microsoft.net\framework\v1.1.4322\config
directory.

I'm guessing that it's Read and Execute, but I could be wrong.

You would want to set it to the same permissions that the ASP.NET
machine account has. By default I believe that is Read & Execute, Read
and List Folder Contents.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top