How can I show different pages on the same URL based on some parameters?
e.g.
On my homepage, I want to show "AMPage.aspx" when time is 0:00 to 11:59 and show "PMPage.aspx" when the time is 12:00 to 23:59.
Or show a different page when the user is logged-in from the users that are not.
I do not want to redirect the page. I want to show different contents on the same URL.
...
Go to the complete details ...