Hi Brian,
You can attach the VS.NET debugger to your process. Realize, however, that
if you hit a break point in your code, not only is your request stopped, but
any other requests hitting your production machine are stopped as well.
MS has an excellent paper online "Production Debugging for .NET Framework
Applications"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGc
h01.asp).
Best regards,
Paul Gielens
Visit my blog @ http://weblogs.asp.net/pgielens/
###