We are using Tridion 5.3.
I am looking to explore more on Content Delivery side. We have .NET implementation of Content Delivery.
To deploy the content to database we have a website configured in IIS (where we have httpupload.asp file). This website generally puts the content to a MS SQL Server database.
We have one more site in IIS which serves our website.
I want to understand how the content is fetched from database and served through this website. Because when I see home directory of this website I can find almost all pages (.aspx) there in the folder itself.
So can anyone help me in understanding how they are fetched from database and kept in home directory?