Hey guys,
I will try and be brief, I am finding when trying to create a custom route with a name and url of properties
that my ASP.NET MVC app is returning a 404 file not found when hitting the route.
I have deduced this down to most likely be caused by the fact I have a folder on disk called Properties which is of course a common asp.net folder which is automatically created. I have found someone else who has suffered from this problem on SO, but looks like there has been no resolution, only to name your route something different!
Surely this is an oversight, or there must be a workaround? Obviously there will be many common directories you may need as routes and/or folders interchangeably, some of which we already know like Properties probably can't be deleted! I also understand we need to honor real folders as URLs too, but I feel routing should take priority before looking at folders on disk.
If someone has any ideas on how to accomplish this it would be greatly appreciated. :)