Visual Studio 2010 需要以管理员身份运行才能构建网站
我正在使用 Visual Studio 2010 Ultimate,并且有一个包含网站项目的解决方案。在 XP Pro 下,一切都构建得很好。我转移到一台运行 Windows 7 Ultimate 的新计算机,现在当我去构建网站时,我收到以下错误消息:
------ 构建已开始:项目:C:...\WebSite\,配置:调试任何CPU ------ 验证网站 :构建(网络):无法映射路径“/”
如果我选择“以管理员身份运行”选项来启动 Visual Studio,则网站会完美构建,并且完全没有错误。
我不想经常以管理员身份运行 Visual Studio。有什么建议吗?
I am using Visual Studio 2010 ultimate and have a solution that contains a website project. Under XP Pro evrything built fine. I moved over to a new machine running Windows 7 Ultimate, and now when I go to build the website I get the following error meesage:
------ Build started: Project: C:...\WebSite\, Configuration: Debug Any CPU ------
Validating Web Site
: Build (web): Failed to map the path '/'
If I pick the "Run As Administrator" option for launching Visual Studio then the website builds perfectly and I have no errors ata all.
I would prefer to not have to constantly run Visual Studio as administrator. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以以
管理员
身份永久运行Visual Studio
。只需按照以下步骤操作:
即可享受
Visual Studio
,而无需每次都“以管理员身份运行”。 ;)You can right have
Visual Studio
permanently running as anAdministrator
.Simply follow these steps:
Enjoy
Visual Studio
without having to "Run as Administrator" each time. ;)在这种情况下,您有两种选择。
就我个人而言,我一直以管理员身份运行。
You have two options in this case.
Personally I run as Admin all the time.