如何在 Silverlight 应用程序中调试 IIS 托管的 Web 服务
有人知道如何在 Silverlight 4.0 应用程序中调试 IIS 托管的 Web 服务吗?
我的IIS版本是7.5,操作系统是windows 7。
您能具体说明如何操作的步骤吗?
太感谢了
Anybody knows how to debug a web service hosted by an IIS in a Silverlight 4.0 application?
My IIS version is 7.5 and my operating system is windows 7.
Can you please specify the steps on how to?
Thank you so much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
运行解决方案时(在调试模式下,或具有最新的符号文件)。
打开调试菜单,然后选择附加到进程
(或使用快捷键CTRL+ALT+P)
查找进程w3wp.exe || WebDev.WebServerxx.EXE(卡西尼)
(在其他帐户下使用 IIS 应用程序池时,选中“显示所有用户的进程”)
点击附加< /strong>
设置断点
进行调试
When running the solution (in debug mode, or have symbol files up-to-date).
Open the Debug menu then select Attach to process
(Or use shortcut CTRL+ALT+P)
Find the process w3wp.exe || WebDev.WebServerxx.EXE (Casini)
(Check 'Show processes from all users' when working with IIS App Pool under other account)
Click attach
Set breakpoint(s)
Do your debugging