问题
In my project Orchard Dashboard is missing
When I try to open any dashboard pages like http://localhost:30321/OrchardLocal/Admin, localhost:30321/OrchardLocal/Admin/Settings/Email etc are throwing one error message like
The controller for path '/OrchardLocal/Admin/Settings/Email' was not found or does not implement IController.
回答1:
I fixed this issue by changing the Project URL(http://localhost:30321/OrchardLocal) in Web under Project properties and created new virtual directory.
Now it's working fine
Image - Project Properties
来源:https://stackoverflow.com/questions/38303888/orchard-dashboard-is-missing