Remote debugging revisited

Posted by Fabrice Marguerie on ASP.net Weblogs See other posts from ASP.net Weblogs or by Fabrice Marguerie
Published on Thu, 31 May 2012 09:46:00 GMT Indexed on 2012/05/31 10:41 UTC
Read the original article Hit count: 288

Filed under:
|

ConsolR is a nice little add-on for your ASP.NET projects that you can use to play with your live applications.

ConsolR enables you to execute C# code againt a running .NET 4.0 web application's app domain through a browser. Once installed, ConsolR will automatically configure itself during application start and is accessible through the "/consolr" path. This enables an interactive console session against for instance an application's production environment.

Introduction
Project site

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about tools