如何远程调试VS网站

发布于 2024-08-16 05:37:02 字数 627 浏览 3 评论 0原文

我已经创建了一个 ftp 服务器并将我的网站代码放在那里。现在我希望我的团队成员通过互联网处理同一个副本。现在的问题是他们可以在 VS 2008 中打开解决方案,但无法调试它。我安装了远程桌面监控和所有必需的设置,但无法了解问题的实际情况。

还有 1 个问题,如果我希望有人通过 http://localhost/ 远程访问我的网页... 通过使用我的 IP 地址,我需要打开什么端口。它是 80 还是其他什么,因为当我调试我的页面时,它显示类似这样的 url http://localhost:端口号/mysolution/page.aspx 这里这个端口每次都在变化,所以我无法知道必须打开哪个端口才能访问它。 作为 http://my_ipaddress/solutionName/pageName

我正在使用 Windows Server 2003/vs.net 3.5/

I have crated a ftp server and placed my website code over there. Now i want my team members to work on the same copy over internet. Now the problem is that they can open the solution in VS 2008 but could not debug it. i installed remote desktop monitoring and all required setups but could not get what the problem actually is.

1 more Q, if i want someone to access mywebpage remotely thru http://localhost/...
by using my ip address what port do i need to open. Is it 80 or something else as when i debug my page it shows url something like that
http://localhost:portNo/mysolution/page.aspx
Here this port no keeps on changing every time, so i cant get that which port has to be opened so as to make it accessible.
as
http://my_ipaddress/solutionName/pageName

I m using windows server 2003/vs.net 3.5/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

可是我不能没有你 2024-08-23 05:37:02

在 Web 项目的“Web”设置中,您正在使用具有自动分配端口号的 Visual Studio 开发服务器。这就是它更改端口号的原因。每次开始调试时它都会启动。这也可以定义为指定的端口。

无论哪种方式,您都需要在防火墙设置中打开此端口。

您还可以在 IIS 下运行它,以确保它始终运行,而不仅仅是在调试时(设置页面上有一个选项)。

您的团队成员无法调试什么?您想在一台计算机上运行该站点并让远程用户对其进行调试吗?如果是这样,您需要研究远程调试。以下是有关如何设置的教程

In your "Web" settings for the webproject you are using the Visual Studio Development Server with Auto-assigned port number. This is why it changes port number. It starts up every time you start to debug. This can be defined to a specified port as well.

Either way you need to open up this port in your firewall settings.

You could also run it under IIS to make sure it runs all the time, not only when debugging (there's an option for this on the settings page).

What is that your team members cannot debug? Do you want to run the site on one machine, and have remote users debug it? If so you need to look into Remote Debugging. Here's a tutorial on how to set it up.

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