Download presentation
Presentation is loading. Please wait.
Published byVirginia Kelly Modified over 9 years ago
1
CS 638 Web Programming Lifecycle examples Supplement to segment 4
2
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
3
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
4
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
5
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
6
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.