我们在 XP Pro 工作站上工作,并使用 Visual Studio 2008 和 2010 针对本地 IIS 和 SQL Express 实例开发 winform、Web 和 Web 服务。
我们目前在我们的主机帐户上拥有本地管理员权限。建议是为我们的 amin 登录转移到一个低权限帐户,但拥有另一个具有本地管理员权限的本地帐户,然后我们使用该帐户在需要的地方提升权限。
在此设置下开发和调试是否存在任何会影响开发人员生产力的问题?
我们在 XP Pro 工作站上工作,并使用 Visual Studio 2008 和 2010 针对本地 IIS 和 SQL Express 实例开发 winform、Web 和 Web 服务。
我们目前在我们的主机帐户上拥有本地管理员权限。建议是为我们的 amin 登录转移到一个低权限帐户,但拥有另一个具有本地管理员权限的本地帐户,然后我们使用该帐户在需要的地方提升权限。
在此设置下开发和调试是否存在任何会影响开发人员生产力的问题?
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!