I'm in the process of migrating our old website from one CMS into Umbraco. However, I was just curious as to whether there was an out of the box alternative way of accessing pages. It looks like pages have their NiceUrl, however I was wondering if there was a way to access pages by specifying their page id in the querystring i.e. something like default.aspx?page=123.
I only ask as this is something we can achieve in our current CMS and it would make the migration a bit simpler.
Thanks in advance.