Monitoring Applications hosted on IIS
Currently, Applicare only supports profiling dotnet applications hosted on IIS in Windows.
Step 1: Follow the steps for installing Applicare SingleAgent.
Step 2: Go to the folder where the ApplicareSingleAgent.zip file was extracted. Open startAgent.bat file and uncomment the line rem call RegisterModule.bat (i.e remove the word rem from this line). Then run the script startAgent.bat in administrator mode.
Step 3: Log in to the Applicare controller and go to the overview screen and see if the agent is added. Then add the app name to that agent if needed.
Step 4: Select the agent from the table and then clik on edit button.
Step 5: After clicking on the edit button, Add Server popup will appear. Select the Enable .NET Profiling checkbox and click on update.
Profile applications running with classic mode in IIS AppPool (Applicable only for applications running with classic mode in IIS).
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>
Note:
Dotnet service will run in the background even though singleagent is down.
Supported .NET Version
Applicare dotnet agent will profile all .NET Framework applications and .NET CORE 3.2 and below. We are improving the support for .NET CORE 3.2+ versions.
Reference help links
Validate Application Pool permission on Dotnet temp directories
Please sign in to leave a comment.
Comments
0 comments