Answer Posted / zeeshan
when a user places the request on web browser it goes to server thru http request which carries the request towards iis or asp.net web server 2.0 at web server then it calls the processrequest() method to complete the request then finally it produces http-response which sent back to the client which has placed the request this http-response first gets converted into html representation form then can easily be displayed on web browser I think it vl help to the beginners.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you understand by aggregate dependency?
How do we sort the data from a dataset?
What is the use of data set in asp.net?
Is asp.net a programming language or framework?
What is the syntax for datagrid and specifying columns?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the use of placeholder control?
What is difference between web config and global asax?
What does the orientation property do in a menu control?
What symbol would you use to denote, the start of a code block in aspx views?
Explain the overview of asp.net?
What is the size of Get method and how much data it can store?
What is AutoEventWireup attribute for ?
What is session handling in a webfarm, how it can work with its limits?
Difference between using directive vs using statement?