|
|
@@ -19,7 +19,9 @@ namespace Learun.Application.Web |
|
|
|
public static void RegisterRoutes(RouteCollection routes) |
|
|
|
{ |
|
|
|
routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); |
|
|
|
|
|
|
|
routes.IgnoreRoute("WebService1.asmx/{*pathInfo}"); |
|
|
|
routes.IgnoreRoute("ActiveReports.ReportService.asmx/{*pathInfo}"); |
|
|
|
routes.IgnoreRoute("{*allActiveReport}", new { allActiveReport = @".*\.ar13(/.*)?" }); |
|
|
|
routes.MapRoute( |
|
|
|
name: "Default", |
|
|
|
url: "{controller}/{action}/{id}", |
|
|
|