logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain how a web application works.


  • Correct Answer
  • A web application resides in the server and serves the client’s requests over internet The client access the web page using browser from his machine When a client makes a request, it receives the result in the form of HTML which are interpreted and displayed by the browser A web application on the server side runs under the management of Microsoft Internet Information Services (IIS) IIS passes the request received from client to the application The application returns the requested result in the form of HTML to IIS, which in turn, sends the result to the client 

  • Tags: Software Architect

    Technology problems


    Search Results


    • 1. What are the ways of preserving data on a Web Form in ASP.NET?
    • Discuss
    • 2. Define Common Type System
    • Discuss
    • 3. Define Virtual folder.?
    • Discuss
    • 4. Explain the process of creating a menu using the MainMenu component
    • Discuss
    • 5. Explain how garbage collection manages the reclamation of unused memory?
    • Discuss
    • 6. How to set breakpoints?
    • Discuss
    • 7. What is assembly manifest?
    • Discuss
    • 8. What is the information does assembly manifest provide?
    • Discuss
    • 9. Explain how a .NET application is compiled and executed?
    • Discuss
    • 10. Describe the .NET base class library
    • Discuss


    Comments

    There are no comments.

Enter a new Comment