jasmeetsangari
jasmeetsangari
…Fixing Issue with MVC 5 . On IIS the HttpRoute.GetRouteData is now being called without a leading / as well
Hi, We Upgraded to the AR Version 3.5.6 from 3.4 and Now the CutsomRouteHandler Stoped Working. We ere registering the RouteHandler through the Property UseRouteHandler routes.MapHttpAttributeRoutes(config => { config.AddRoutesFromAssemblyOf(); config.AttributeRouteFactory...
Hi , I have the Site Hosted in IIS and I am wanting to generate the RouteData so I have the following ``` csharp public class CustomHttpControllerDispatcher : HttpControllerDispatcher {...