Several of us have a local administrator user account with the same username and password because the code includes ASP.NET impersonation and this setup enables it to work.
I'm not an expert on IIS or impersonation but I can see that it's not ideal for us all to have this local administrator on our systems. The IIS app pool identity for the application is the aforementioned user account.
Here's what I've tried:
- disable the user account: Go to Computer Management > System Tools > Local Users and Groups > Users > right click the user name > properties > check Account is disabled > Apply > OK > restart system.
What I want to know is can I disable login for the user account without causing impersonation to fail?