Understanding Page Requests

When you create a Web application, the application will be hosted on a web server. This is the place where your Visual Basic compiled code actually resides. When the code is executed, the ASP.NET engine renders it as HTML so that it can be consumed on the client side by a web browser such as Internet Explorer and Fireox, which can interpret HTML and display web pages. When you type a website address into your browser, it sends a web page request. This is then translated into an address that searches for the server hosting the requested page. When the server receives the request, the installed web server software catches the request and, if this is about an ASP.NET web page, passes the request to the ASP.NET engine ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.