AttributeRouting icon indicating copy to clipboard operation
AttributeRouting copied to clipboard

Doesn't work with New Relic installed on server

Open vuquangchien opened this issue 11 years ago • 0 comments

I'm using AttributeRouting and everything was fine until I decided to install NewRelic on my server. After hours of debugging, it turns out that when NewRelic installed, it wipes out all the route defined in AttributeRouting and fallback to the default MvcRoute configured in RouteConfig.cs

This issue is very easy to reproduce, just grab the default ASP.NET MVC template, add AttributeRouting and publish to a server with NewRelic installed.

vuquangchien avatar Aug 31 '14 09:08 vuquangchien