What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?



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

Post New Answer

More ASP.NET Interview Questions

Can we use the java script code in .Net Code behind?

5 Answers   eXensys,


can we call webservice in Html form?

1 Answers   Bank Of America, BirlaSoft, Microsoft,


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  


What language does asp.net use?

0 Answers  


In which situation can you not use a viewstate?

0 Answers  






diffrance between stored procedure & function in sql server?

2 Answers  


What is http request and response?

0 Answers  


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


What are the uses of list view control in Asp.net?

0 Answers   HCL,


Explain serialization and deserialization?

0 Answers  


What is the main difference between Asp.net and Vb.net?

0 Answers  


Categories