Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Under which user identity does the cDir application run on the server?

0
Posted

Under which user identity does the cDir application run on the server?

0

An ASP.net application deployed on a IIS6/IIS7 server runs under the identity defined at application pool level unless the currently logged in user is impersonated programmatically. cDir never impersonates the current logged in user. Microsoft’s recommendation is to set the application pool to point to the built-in Network Service account. This account is a low privilege account that satisfies the rights required by a web application to function. Because the Network Service account is a low privileged account it does not have rights to create/update any files on the file system. At run time cDir needs to be able to update application specific files that are stored in the Logs and Resources folders. At installation time cDir grants full rights to the Network Service account to the above mentioned folders in the file system (cDirRootFolder\Logs and cDirRootFolder\Resources).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123