简体   繁体   中英

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

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.

you can refer below link.

This link contains what you need...

http://www.codeproject.com/Articles/37182/Debug-your-ASP-NET-Application-while-Hosted-on-IIS

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM