Pregunta

Worker process of our ASP.NET application runs as DefaultAppPool which does not have access to registry keys of logged-on user and cannot debug VBScript invoked from C#. Can I add registry keys to DefaultAppPool user account?

¿Fue útil?

Solución

DefaultAppPool is not an account, it's an app pool. Inside that app pool you can define which account it runs under (advanced settings / Identity)

Assign it a windows account that has sufficient privileges. Normally you would create a windows account especially for the purpose.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top