Tuesday, May 15, 2007

Enabling Remote Debugging in .net

To enable debugging @ server when there is a event triggered @ client side.ie, if there is break point placed at ne point in the server, once client requests for the page, and break point is reached, we can easily trace and debug the same @ server side.

In server place a break point whereever u wanna debug, and Debug -- >procesess
aspnet_wp.exe

select this and attach (check clr)
More Details: http://support.microsoft.com/kb/893657

No comments: