IIS7中远程调试Silverlight服务器
我的 Silverlight 应用程序的服务器端出现问题。它位于我的一项 WCF 服务中。该应用程序在我的开发机器上运行良好,但在测试服务器上失败。我想找到一种从我的开发机器远程调试我的服务的方法。使用 Visual Studio 2010 可以实现这一点吗?
由于 WCF 服务和服务器端应用程序托管在 IIS7 中,因此我不知道如何附加以启动它。
非常感谢任何帮助,
-斯科特
I have a problem on the server side of my Silverlight application. It's in one of my WCF Services. The app works fine on my dev machine, but is failing on the test server. I'd like to find a way to remote debug my service from my dev machine. Is this possible using Visual Studio 2010?
Since the WCF Service and Server side application is hosted within IIS7, I don't know how to attach to get it started.
Any help is greatly appriciated,
-Scott
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Visual Studio 2010 中:
In Visual Studio 2010:
将其放入您的 web.config 文件中:
在此处阅读更多内容:http:// msdn.microsoft.com/en-us/library/ms733025.aspx
Put this in your web.config file:
Read more of this here: http://msdn.microsoft.com/en-us/library/ms733025.aspx