Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 21, 2012 02:11 AM by Mark - MSFT
Member
406 Points
519 Posts
Dec 12, 2012 09:48 PM|LINK
Hi;
I am trying to debug a web handler which reads a xml data stream and then updates a database.
This works but the data is getting corrupted in the process corrupted somehow.
I have tested this handler on my local machine using a static file and it works.
So in order to determine what is causing this I will have to log each step of my execution process , displaying all
variables involved ?
I thought about remote debugging through visual studio but that sound too tricky to set up and have work correctly ?
Anyone have a simitar problem ?
Contributor
7071 Points
435 Posts
Microsoft
Dec 21, 2012 02:11 AM|LINK
Hi,
Please refer:
http://msdn.microsoft.com/en-us/library/bt727f1t.aspx
http://msdn.microsoft.com/en-us/library/233w9kd4(v=vs.80).aspx
http://www.codeproject.com/Articles/146838/Remote-debugging-with-Visual-Studio-2010
GMann
Member
406 Points
519 Posts
Need some suggestions for debugging a web handler which is deployed on a server
Dec 12, 2012 09:48 PM|LINK
Hi;
I am trying to debug a web handler which reads a xml data stream and then updates a database.
This works but the data is getting corrupted in the process corrupted somehow.
I have tested this handler on my local machine using a static file and it works.
So in order to determine what is causing this I will have to log each step of my execution process , displaying all
variables involved ?
I thought about remote debugging through visual studio but that sound too tricky to set up and have work correctly ?
Anyone have a simitar problem ?
Mark - MSFT
Contributor
7071 Points
435 Posts
Microsoft
Re: Need some suggestions for debugging a web handler which is deployed on a server
Dec 21, 2012 02:11 AM|LINK
Hi,
Please refer:
http://msdn.microsoft.com/en-us/library/bt727f1t.aspx
http://msdn.microsoft.com/en-us/library/233w9kd4(v=vs.80).aspx
http://www.codeproject.com/Articles/146838/Remote-debugging-with-Visual-Studio-2010
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework