Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.
Commented on
Hello guys,
Im using MVCCoderouting and its working just fine.
I ran into an issue that I hope somebody can help me.
I have one Project names "MyWebProject" using Asp.Net MVC 4. I have one folder called Folder1 at the very first level (same level as controller folders). I also have a controller called Folder1.
When I browse to folder1, I got 403 (forbidden) because mvc is looking at the "root folder" instead of routing to the controller.