Using Gibraltar with ASP.NET

Gibraltar is great for monitoring ASP.NET web applications.  In addition to the extensive session data it collects for any .NET app, Gibraltar integrates with ASP.NET Health Monitoring to track what's happening inside each ASP.NET request.  Learn more...

Gibraltar is an end-to-end solution that collects data, sends it to you and provides tools to help you manage and analyze the data. For example, Gibraltar can send you logs with just a few lines of code.

using (Gibraltar.Agent.Packager newPackage = new Gibraltar.Agent.Packager())
{   
    // Send current session to email address defined in configuration file
    newPackage.SendEmail(SessionCriteria.ActiveSession, true, null);
}

Adding Gibraltar is a breeze

Gibraltar Configuration Wizard

Gibraltar can be easily integrated with ASP.NET applications by adding a few lines of XML to you web.config file. Or, you can simply run the Gibraltar Configuration Wizard to take care of it for you.

The wizard updates web.config and will even add references to your Visual Studio project. You can also use the wizard to remove Gibraltar from your project or edit your configuration settings.

Learn more about using Gibraltar to monitor ASP.NET web sites.

Go Deeper

If you want to really dig into the details of using Gibraltar with ASP.NET, check out these pages in our product documentation:

Of course, the best way to see how Gibraltar can help you is to try it for free for 30 days.