在没有管理员权限的情况下运行 Visual Studio

发布于 2024-09-25 08:29:11 字数 260 浏览 2 评论 0原文

我们在 XP Pro 工作站上工作并使用 Visual Studio 2008 和 Visual Studio 2008。 2010 年针对本地 IIS 和 SQL Express 实例开发 winforms、Web 和 Web 服务。

目前,我们的主机帐户拥有本地管理员权限。建议将我们的 amin 登录转移到一个低权限帐户,但要拥有另一个具有本地管理权限的本地帐户,然后我们可以在需要时使用该帐户来提升权限。

在此设置下开发和调试是否存在任何会影响开发人员生产力的问题?

We work on XP Pro workstations and use Visual Studio 2008 & 2010 to develop winforms, web and web services against local IIS and SQL Express instances.

We currently have local admin rights on our main machine account. The proposal is to move to a low rights account for our amin login but to have another local account with local admin rights that we then use to elevate where needed.

Are there any issues developing and debugging under this setup that would affect developer productivity?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流殇 2024-10-02 08:29:11

根据经验,您无法在权限较低的帐户中安装 NUnit 之类的东西 - 这对您来说应该不是问题,因为您只需输入较高权限帐户的详细信息即可(这对我们来说是一个问题,因为我们没有有那个)。另外,如果您要启动服务/IIS 等,则需要执行类似的操作。同样,当您拥有它时,它应该不是问题。

我的结论是,只要您知道管理员密码,您就可以作为非管理员进行开发 - 但如果您不知道管理员密码,您将度过一段非常沮丧的时光!

From experience you can't install things like NUnit in your reduced priviledge account - that shouldn't be a problem for you as you can just type in the details of your higher priviledged account (it was a problem for us as we didn't have that). Also you'll need to do a similar thing if you're firing up services / IIS, etc. Again as you have it to hand it shouldn't be a problem.

My conclusion was that you could develop as a non-admin as long as you know the admin password - but if you don't know the admin password, you are going to be in for a very frustrating time!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文