Hi!
On the project I'm working, it previous version was build on ASP.NET classic (aspx) and now this very same project is build on ASP.NET MVC.
But, some users may still call the older pages (for example, an user add the old page to his favorites) and when this happens MVC throws an error.
How can I identify if an aspx page is being called? I tried to debug the Home Action method but the application didn't hit there.
Thanks!!