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
Write a code snippet to implement the indentation in json in web api.
What is synchronous and Asynchronous post back ?
Which of the following .NET framework supports Web API?
Explain diff. Between friend and protected friend?
What is the use of web.config and machine.config files?
What is protected configuration?
What are the various types of cookies in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between custom controls and user controls?
When should I use server transfer and response redirect?
What are the merits and demerits of viewstate?
What does the orientation property do in a menu control?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is the difference between custom web user control and a custom web server control?
Why session is more secure than cookies?