What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
Answer Posted / 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 View All Answers
What is the default Orientation property in a Menu control?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is the difference between page-level caching and fragment caching?
What is the difference between Session and response.Redirect?
How can we create a website?
How can we prevent browser from caching an aspx page?
Explain the main differences between asp and asp.net?
What is client side state management?
What is the use of session in web application?
How many web config files can be created for an application?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is the difference between mvc and asp.net? : Asp.Net MVC
Are cookies client side or server side?
What are the various types of cookies in asp.net?
What is server transfer?