Loupe - Log - Monitor - Resolve
Loupe.Configuration Namespace / PublisherConfiguration Class / ApplicationType Property

In This Topic
    ApplicationType Property (PublisherConfiguration)
    In This Topic
    Optional. The ApplicationType to treat the application as, overriding the Agent's automatic determination.
    Syntax
    'Declaration
     
    
    Public Property ApplicationType As ApplicationType
    public ApplicationType ApplicationType {get; set;}
    Remarks
    This setting is not generally necessary as the Agent will automatically determine the application type correctly in most typical windows services, console apps, WinForm applications, and ASP.NET applications. If the automatic determination is unsuccessful or incorrect with a particular application, the correct type can be configured with this setting to bypass the automatic determination. However, setting this incorrectly for the application could have undesirable effects.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also