What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
Answer / raghumadhav tirunagari
When a user requests a static HTML page by clicking on a
link or entering the address, IIS running on the server
finds the page and sends it back to the client. However, if
the user requests a dynamic page, IIS sends the file to the
ASP.NET engine. The ASP.NET engine processes the page and
returns the results as pure HTML to IIS. IIS then returns
the HTML page to the client. That's why when you view the
source code of an ASP.NET page from within a Web browser,
you can't tell which information is dynamic and which is
static. The browser doesn't care if a page is dynamic or
static as long as it consists of HTML. IIS knows to send an
.aspx page (the asp.net extension) to the ASP.NET engine
because IIS maintains a list of application mappings. The
mappings indicate which program a file extension is
associated with.
Is This Answer Correct ? | 16 Yes | 1 No |
How do we invoke queries from the application?
How can I create master page in asp net?
What is Runtime callable wrapper?
What is personalization? What are the properties available in personalization?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is viewstate?
6 Answers Abacus, Microsoft, Sopra,
What is WebService ?
8 Answers Tanla Solutions, Yahoo,
What are session objects?
Why do we need asp.net?
What the use of Form Authentication and windows Authentication?
What is a proxy in web service?
What is the maximum timeout we can set for Cookies?