I've tried the following two methods to try and ignore my "Assets" folder, but I keep coming up with errors. Can anyone tell me exactly how the Ignore Regex is supposed to look?
routes.IgnoreRoute("/Assets/")
routes.IgnoreRoute("{*assets}", New With {.assets = "\/Assets\/(.*)"})
Try
routes.RouteExistingFiles = false
routes.IgnoreRoute("Assets/{*pathInfo}")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With