M
Matthew Wieder
I have an ASPNET app that is running as the ASPNET machine user. It
makes a call to the API CreateProcessWithLogonW. On Windows XP it
executes without a problem, but on Windows 2000, I get an "Access is
Denied" exception. I tried adding the ASPNET account to all the items
in the "User Rights Assignment" list but to no avail. The only think
that work was adding the ASPNET account to the local admin group; then
it executed perfectly. Obviously, we don't want to be running with the
ASPNET account having Admin rights on the box, so does anyone know what
permissions must be given to the ASPNET account to be able to
successfully call CreateProcessWithLogonW on Win2k?
thanks!
makes a call to the API CreateProcessWithLogonW. On Windows XP it
executes without a problem, but on Windows 2000, I get an "Access is
Denied" exception. I tried adding the ASPNET account to all the items
in the "User Rights Assignment" list but to no avail. The only think
that work was adding the ASPNET account to the local admin group; then
it executed perfectly. Obviously, we don't want to be running with the
ASPNET account having Admin rights on the box, so does anyone know what
permissions must be given to the ASPNET account to be able to
successfully call CreateProcessWithLogonW on Win2k?
thanks!