调试器绑定到所有IP地址而不是只有本地主机 [英] Bind debugger to all IP Addresses instead of only localhost

查看:84
本文介绍了调试器绑定到所有IP地址而不是只有本地主机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能让视觉工作室asp.net调试器绑定到我的网络,而不是本地主机的所有ipaddresses?这样我就可以在另外一个情况下进行调试。

How can I make visual studio asp.net debugger to bind to all ipaddresses of my network instead of localhost? So I can debug under another circumstances.

推荐答案

您不绑定到一个IP地址本身。实际上,你绑定到IIS服务器实例。如果你要调试的IP地址建立了一个网站在本地机器上,然后你可以附加到w3p.exe进程(IIS进程)。

You don't bind to an IP address per se. You actually bind to an IIS server instance. If you set up a website on your local machine on the ip address you want to debug, you can then attach to that w3p.exe process (IIS Process).

这篇关于调试器绑定到所有IP地址而不是只有本地主机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆