I'm currently trying to create a small scale CMS for my personal website and thought I'd like to try to make some sort of a page layout
from a basic aspx
file with some placeholders and load content based on the URL, without the use of url query strings such as ?pageid=1
.
I'm trying to wrap my head around how this can be achieved without getting errors of a physical file not existing when I e.g. type in http://mywebsite.com/projects/w8apps/clock
.
I've read a lot about BLOB and storing files binarily in the database. But I haven't come across a blog which points in the direction of using a so called page layout
and loading content based on the URL instead of a query string.
I'm not asking for a solution, just some hints - blogs mostly - which can point me in the right direction and help me achieve this goal.