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 are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Out of ASP or ASP.NET which one is stateless?
Explain file-based dependency and key-based dependency.
Define session in asp.net.
What are the event handlers that we can have in global.asax file?
Can more than one person use the same login?
What is a proxy in web service?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is a server farm in iis?
What are the features of asp.net mvc?
Do you support digital rights management to protect my videos?
Define the term Web Garden?
Explain how is a property designated as read-only?
Define a web service in .net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?