I am working on an application which contains some ASP Classic, ASP.Net and ASP.Net MVC pages. The main landing page of the application is developed in MVC and a sub directory which contain simple ASP.Net code.
I am getting a error when calling any ASP.Net page from sub directory.
The controller for path '/subdirectory/Recent.aspx' could not be found or it does not implement IController
Please help
Thanks in advance.