如何调试部署的Web网站 [英] How to debug a deployed web site

查看:139
本文介绍了如何调试部署的Web网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这问题一种是继弗罗马previous一个我张贴。
我有在服务器上部署一个.NET网站。
在某些情况下,站点翻倒。具体而言,当我使用特定的DNS条目浏览到该网站从我的电脑(其中有视觉工作室)到Web服务器。

This question kind of follows on froma previous one I posted. I have a .net web site deployed on a server. In certain circumstances the site falls over. Specifically, when I browse to the site from my PC (which has visual studio) to the web server using a particular dns entry.

所以,我想调试它,那是一个URL的Web服务器上的我的电脑上的浏览器会话。

So, I want to debug a browser session on my PC which is looking to a URL on a web server.

我怎样才能做到这一点?

How can I do this?

在VS当我连接到Internet Explorer的永远达不成破发点?

Within VS when I attach to Internet Explorer no break point is ever reached?

先谢谢了。

吉姆

推荐答案

附加到Internet Explorer是不会帮你,因为网站没有IE里面运行。您需要连接到IIS进程在Web服务器上,看看发生了什么事情。

Attaching to Internet Explorer isn't going to help you because the web site doesn't "run" inside IE. You need to attach to the IIS process on the web server to see what's going on.

我可以建议你不必通过对的苔丝的博客。我认为这将是一个伟大的地方开始你。

May I suggest you start by having a look through the basics of production debugging on Tess's blog. I think this would be a great place to start for you.

这篇关于如何调试部署的Web网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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