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 the navigation ways between pages available in ASP.NET?
What is different in .net 1.1 and .net 2.0?
What is a user developed application?
What are client activated objects and server activated objects?
What is difference between abstract class and an interface?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is a session in programming?
Why is it preferred to not use finalize for clean up?
What are the major built-in objects in ASP.NET?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is a pixel url?
How Session outproc in Sqlserver stored?
What is query string in asp.net?
What are the different types of cookies in asp.net?
What is protected configuration?