How ASP and ASP.NET page works.

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


Please Help Members By Posting Answers For Below Questions

Write a code snippet to implement the indentation in json in web api.

780


What is synchronous and Asynchronous post back ?

855


Which of the following .NET framework supports Web API?

851


Explain diff. Between friend and protected friend?

688


What is the use of web.config and machine.config files?

845


What is protected configuration?

837


What are the various types of cookies in asp.net?

754


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?

748


What is the difference between custom controls and user controls?

691


When should I use server transfer and response redirect?

710


What are the merits and demerits of viewstate?

779


What does the orientation property do in a menu control?

741


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

771


What is the difference between custom web user control and a custom web server control?

706


Why session is more secure than cookies?

678