【发布时间】:2013-01-07 07:14:00
【问题描述】:
现在我一直在使用 Visual Studio 远程调试监视器在我的表面上进行一些远程调试。
我一直在使用 windows Authentication 连接到远程调试监视器,并且它工作成功。
今天,启动了远程调试监视器,但我点击了“记住凭据”复选框,现在我得到了窗口:
A remote operation is taking longer than expected
window,后面跟着一个窗口说:
There were deployment errors. Continue?
- 有没有办法忘记我的凭据?
- 是否还有其他我没有考虑到的问题?
与此同时,如果我选择不使用任何身份验证,我可以运行远程调试器,但最好还是回到使用 Windows 身份验证。
【问题讨论】:
标签: c# visual-studio-2012 windows-authentication remote-debugging