Alternative to provide Local Administrative Privilege

Deepak Vasudevan 96 Reputation points
2021-04-03T03:06:31.473+00:00

Our developer team is in need of Local Administrator Privileges so that the following options they can make us of

1) Publish in Visual Studio
2) Create Website/Virtual Directory and debug through Local IIS

However our compliance team is skeptical about allowing these exception. Since we do not have an Active Directory setup and team is distributed is there a way to have another account type in Local Users/Group in Windows 10 systems to avoid the developer user accounts being added to Administrator groups.

Internet Information Services
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,346 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 5,582 Reputation points Microsoft Employee
    2021-04-03T05:36:18.463+00:00

    Impossible. Debugging certain projects on IIS (ASP.NET for example) always requires administrator permissions, so that the debugger can attach to IIS worker processes running in system session (session 0).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.