Hi,
I am trying to add NewRelic app monitoring to my DotNetNuke site that is on Azure as per this article (scroll down).
I am not using NuGet so I found the instructions title "Manual" in this article on NewRelic.
I downloaded the .dlls and file from Github and updated the config file with my NewRelic License Key that I got from Azure when I signed up to it (free).
Then I FTPed the lot up to the root of my DNN site as instructed and restarted the app.
It then says that the logging will appear under the Application... but as you guessed, mine doesn't.
I can see the correct path in the Azure Application Settings under the Configuration tab -
- COR_ENABLE_PROFILING 1
- COR_PROFILER {71DA0A04-7777-4EC6-9643-7D28B46A8A41}
- COR_PROFILER_PATH C:\Home\site\wwwroot\newrelic\NewRelic.Profiler.dll
- NEWRELIC_HOME C:\Home\site\wwwroot\newrelic
Thanks