Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 5
    There are some cases where running as administrator is required (for example, to debug an issue that shows up when running under IIS but not under the development web server, for example) but you're right that for day-to-day development you don't need to (and shouldn't) be running as admin. Commented Sep 17, 2010 at 5:11
  • 2
    Another exception for that 'always use a limited user acct': you need to (re)start/stop a service Commented Sep 17, 2010 at 8:57
  • 3
    @Victor Hurdugaci: That's why I say admin access should be available. When I say the programmer should work as a limited user, I don't mean that they shouldn't be admin of their own machine. Commented Sep 17, 2010 at 17:57