Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Book Image

Microsoft System Center 2012 R2 Operations Manager Cookbook

Overview of this book

Table of Contents (18 chapters)
Microsoft System Center 2012 R2 Operations Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring a .NET application


While some enterprises provide a service directly to consumers using internally developed software, almost all enterprises have some form of internally developed line of business applications. These are often based around the Microsoft .NET framework, but unfortunately monitoring the applications is often not considered during the development cycle.

Fortunately, Microsoft has developed an Application Performance Monitoring (APM) module within SCOM that allows for deep monitoring of a .NET application without the need for any change to the developed code. The following recipe shows how to enable this monitoring and to start receiving alerts.

Getting ready

Before you can use the APM module, you will need to install the relevant APM management packs. These can be found on the installation DVD in the Management Packs folder. It is particularly important to install the APM Web management pack for your version of IIS.

You will also need to start talking to your internal...