mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

Doesn't work with New Relic installed on server #291

Open vuquangchien opened 10 years ago

vuquangchien commented 10 years ago

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.