You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: