How to debug asp.net website code hosted on IIS?

2019-02-20 21:14发布

I am getting some issues/bugs in my code. I need to debug the code from my visual studio, but code is deployed on IIS.

Can you please provide some solution so that I can debug the code and find the error

I am using Windows XP.

2条回答
时光不老,我们不散
2楼-- · 2019-02-20 21:37

If you need to debug a remote server, then you should refer to the following link:

Remote IIS Debugging : Debug your ASP.NET Application which is hosted on "Remote IIS Server"

(interestingly enough, by the same author as the link provided by @Gaurav123)

EDIT: This is a rather complicated process, that is why people are posting links rather than giving you a full answer.

查看更多
▲ chillily
3楼-- · 2019-02-20 21:40
登录 后发表回答