CS 638 Web Programming Lifecycle examples Supplement to segment 4
CS 638 Web Programming – Estan & Kivolowitz We will go through 4 scenarios Serving a request for a static web page Lifecycle of an ASP.NET web page Lifecycle of an ASP.NET web page that interacts with the database Lifecycle of an ASP.NET web page that uses session state and interacts with the database
CS 638 Web Programming – Estan & Kivolowitz “Lifecycle” of static web page Web server machine Server codeServer data File system Web client HTTP request URL RequestHTTP responseHTML file
CS 638 Web Programming – Estan & Kivolowitz Lifecycle of ASP.NET webpage Web server machine Server codeServer data File system Web client HTTP request URL RequestHTTP response Objects representing this web page.aspx file codebehind HTML snippets
CS 638 Web Programming – Estan & Kivolowitz Page with database interaction Web server machine Server codeServer data File system Web client HTTP request URL RequestHTTP response Objects representing this web page.aspx file codebehind HTML snippets Database SQL interaction
CS 638 Web Programming – Estan & Kivolowitz Page with session state Web server machine Server codeServer data File system Web client HTTP requestRequestHTTP response Objects representing this web page.aspx file codebehind HTML snippets Database SQL interaction URL Submitted values Viewstate Cookie