Just switched from Framework to Core. Everything was working fine in framework
We have an application in IIS called GO nested under our main website. MyWebsite/Go
the main page loads fine. Mywebsite.com/GO ==> calls /home/index However if we go to a different action (MyWebsite.com/Go/buy) should call /buy/index we get "You do not have permission to view this directory or page."
Obviously it's not a permission problem as the main page loads fine, it is just that IIS tries to look for the directory /Go/buy instead of the controller. (/Buy/Index) under the application /GO Any ideas how to solved it?