Installing Dotnet Agent 8.8.0 or higher
Once Applicare is installed, Dotnet agent installer is available in the path <Applicare_Installed_Dir>/agent/DotNet. Copy the dotnet agent installer to the machine on which you want to monitor the IIS server.
After copying double click Arcturus.Applicare.DotNetAgent.Installer.msi to start Applicare dotnet agent installation.
On the initial installation window click Next to move forward. After that accept the terms to continue the installation and click on next.
Select the Destination folder where .Net agent is to be installed and click Next.
Enter the Site name and port in which the Applicare agent is to be deployed and click Next.
Click on Install button to intiate the installation.
Click on Finish to exit the setup after the installation is complete.
Once the installation is done open <AGENT_INSTALLED_DIRECTORY>\Profiler\ConfigManager.exe with admin mode and configure the followings:
Data Path: This should be a path to an empty writable folder.
Beacon URL: This should be the URL to applicare_agent application that will run on IIS appended by "/eum/beacon". For example if your IIS is running on the server with IP address "192.168.0.106" or domain "testdomain" with port 85 then the beacon URL should be,
http://192.168.0.106:85/applicare_agent/eum/beacon
or
http://testdomain:85/applicare_agent/eum/beacon
Beacon Script: This should be Beacon URL appended by "/arc-eum.js"
Applicare URL: This should be the http://<IP/Domain>:<Port> where Applicare server is running.
Trace Deep: This value indicates how deep the trace tree should be. Ideally, it should be around 5-30.
-----------------------------------------------------------------------------------------------
To Start/Stop Applicare Dotnet Agent
We can start/stop applicare dotnet agent from windows services.
Since IIS can manage only native modules in classic apppools, we need to manually add Applicare module in the application web.config file.
Add the below lines in web.config file inside <system.web> and recycle the appropriate apppool.
<httpModules>
<add name="ApplicareAgentProxy"
type="Arcturus.Applicare.DotNetAgent.WebProxy.HttpModule, Arcturus.Applicare.DotNetAgent.WebProxy, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92605d16e632d5c4"/>
</httpModules>
Dotnet Agent help links
Please sign in to leave a comment.
Comments
0 comments