如何在 Silverlight 应用程序中调试 IIS 托管的 Web 服务

发布于 2024-09-04 10:47:04 字数 128 浏览 1 评论 0原文

有人知道如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云淡月浅 2024-09-11 10:47:04

运行解决方案时(在调试模式下,或具有最新的符号文件)。

  1. 打开调试菜单,然后选择附加到进程

    (或使用快捷键CTRL+ALT+P

  2. 查找进程w3wp.exe || WebDev.WebServerxx.EXE(卡西尼)

    (在其他帐户下使用 IIS 应用程序池时,选中“显示所有用户的进程”)

  3. 点击附加< /strong>

  4. 设置断点

  5. 进行调试

When running the solution (in debug mode, or have symbol files up-to-date).

  1. Open the Debug menu then select Attach to process

    (Or use shortcut CTRL+ALT+P)

  2. Find the process w3wp.exe || WebDev.WebServerxx.EXE (Casini)

    (Check 'Show processes from all users' when working with IIS App Pool under other account)

  3. Click attach

  4. Set breakpoint(s)

  5. Do your debugging

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文