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

前端 未结 1 1281
灰色年华
灰色年华 2021-01-16 01:51

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

1条回答
  •  醉梦人生
    2021-01-16 02:28

    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.

    0 讨论(0)
提交回复
热议问题