Matt Wise
10/18/2023, 12:31 PMabjerner
10/18/2023, 12:38 PMMatt Wise
10/18/2023, 12:38 PMabjerner
10/18/2023, 12:46 PMMatt Wise
10/18/2023, 12:47 PMkdxperbol
10/18/2023, 1:28 PM.aspx
URLs?
Or do you need the actual files? What's in the files?
EDIT: Or do you just want the ASP.NET pipeline to ignore the .aspx
URLs and send them to the normal MVC pipeline which is handled by Umbraco already?Matt Wise
10/18/2023, 1:45 PMkdxperbol
10/18/2023, 1:52 PM.aspx
URLs aren't handled by Umbraco by default (8 and 9+) so I guess a middleware to make ASP.NET ignore them... SkyBrud probably has the luxury of doing it the other way, taking over all URLs (including .aspx
) from the other middleware, including whatever legacy "Middleware" handles .aspx