GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0
Go To First  |  Previous Question  |  Next Question 
 ASP.NET 2.0  |  Question 138 of 161    Print  
Browser makes a request
What happens at the serverside when a browser makes a request to the server for a particular page? Explain in detail


  
Total Answers and Comments: 2 Last Update: April 08, 2008     Asked by: chary_07 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 18, 2008 10:26:34   #1  
amarshukla Member Since: January 2008   Contribution: 11    

RE: Browser makes a request
when browser makes a request for a particular page then the request is sent through get method to the server(some other process occurs in between the ways .e.g: DNS mapping etc).

Server recieves the page request at its port which is generally configurred at port:80
server then generates RENDERED code and sends it back to the browser and web page is displayed into web browser.

2nd CASE :
if page is using CASHING then server just recieves the page request and search the requested page into its cache and returns the pre-rendered code to browser thus saving the execution time overhead [:)]
so always use caching technique.
I hope this might satisfy you a little bit as i m a fresher in .NET!!!

 
Is this answer useful? Yes | No
April 08, 2008 11:20:16   #2  
kalavakunta.naveenkumar Member Since: April 2008   Contribution: 3    

RE: Browser makes a request
Server first checks whether that browser belongs to ASP.NET or NOT.

If it is ASP.NET file it creates Application domain.Then If this is first request compile with a file and executed.Else precompile version is executed.Then final HTML page is sent to the user.

If browser not belongs to ASP.NET it is not involved.

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : When a browser initially calls up an ASP.NET page, IIS recognizes that this is a ASPX file request, and lets the ASP.NET module (aspnet_isapi.dll) deal with it. The aspnet_isapi.dll places the Aspx file we request into a new class definition. This new ...
Read Answers (3) | Asked by : mdchaus

asp.net controls one hidden value for each control to maintain state that is exact difference if u put runat="server" and attch one hidden value to html control that works as asp.net control 
Latest Answer : There is one other diffrence is -server control inherits from System.Web.UI.Webcontrols but html not. ...
Read Answers (6) | Asked by : Vijay Naidu

You have created an .aspx file that is viewed through a browser. In this scenario, the server sees the page as a running instance of what class type?
Read Answers (1) | Asked by : nits123

What happens at the serverside when a browser makes a request to the server for a particular page? Explain in detail 
Latest Answer : Server first checks whether that browser belongs to ASP.NET or NOT.If it is ASP.NET file it creates Application domain.Then,If this is first request compile with a file and executed.Else precompile version is executed.Then final HTML page is sent to the ...
Read Answers (2) | Asked by : chary_07

Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it 
View Question | Asked by : umesh_20012


 Sponsored Links

 
Related Articles

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Client Server : Object Request Brokers

Client Server Object Request Brokers The Importance of Middleware Middleware is the connective layer in client server models The multi vendor software is compiled by designers to enable services that allow multiple machines to process multiple requests and interact across a network It also allows co
 

JavaScript Browser Objects Part 2

JavaScript Browser Objects Part 2 In this JavaScript tutorial you will learn about Browser Objects viz button object properties of button object form name value Methods of button object checkbox object properties of checkbox object checked defaultChecked form name type value Methods of checkbox obje
 

JavaScript Browser Objects

JavaScript Browser Objects In this JavaScript tutorial you will learn about browser objects in JavaScript categories of browser based objects additional browser objects anchor object link object properties of link object and methods of link object mosgoogle center JavaScript supports a number of bro
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

JSP Request Object

JSP Request Object In this JSP tutorial you will learn about JSP request object JSP request object methods getParameter String name getParameterNames getParameterValues String name getQueryString getRequestURI getServletPath setAttribute String Object removeAttribute String mosgoogle The request obj
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

HR Interview - Behavioral HR Interviews

Behavioral HR Interviews As the name implies a behavioral interview is an interview that is held by a human resources department to determine if an applicant has the behaviors that are appropriate for a job The company must know how an applicant will behave in a certain situations mosgoogle The logi
 

HR Interview - How To Prepare For Your HR Interview

How To Prepare For Your HR Interview Before you begin thinking about how you are going to dress for the interview it is important to do your research first You should learn everything you can about the company you wish to work for When you have detailed information about your employer you will conve
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape