Hello
In asp.net 5, how can I set route to static files which are outside of wwwroot folder?
There seems to be routing mechanism for MVC, but what if I want to route some path static files?
Note this route should overwrite existing path in project\wwwroot\routeAlias folder and route to my project\otherfolder