Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 885607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:56:13+00:00 2026-05-15T12:56:13+00:00

I have been asked these question in interviews… 1.How iis recognize that which web

  • 0

I have been asked these question in interviews…

1.How iis recognize that which web application we are requesting?

2.How iis recognize that web application is developed in
which language?

Can anyone explain them in detail…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T12:56:13+00:00Added an answer on May 15, 2026 at 12:56 pm

    I am not going to cover the territory of what a web application is because that is not your question, so throughout this answer I will use the terms web application or virtual directory interchangeably. If you want to know more about what a web application is on IIS, then this article from an official MS site on IIS: Understanding Sites, Applications, and Virtual Directories on IIS 7 will be of assistance. While the title does say IIS7, it also delves into IIS6.


    What web application are we requesting

    Keeping it simple, the request you make to the server has the virtual directory included in it, or IIS will already be configured to map the request to a specific virtual directory. If your requested URL looks like this:

    http://someServer/myWebSite/default.aspx
    

    then the myWebSite part of that url is the virtual directory and IIS knows exactly how to handle that because it is mapped directly to a folder on the file system. But like i said, that is just the simplistic approach, and is the one you are probably using to access your own web applications on your dev machine or on your company intranet. There is also another way to find the virtual directory from the url – with host headers. When you make a request to a (IIS based) website across the internet, it is most likely to be hosted on the same web server with dozens or even hundreds of other websites. In this case host header bindings are used to map the request to a specific web site / web application. You can read up about host headers work in this article: HOWTO: IIS 6 Request Processing Basics, Part 2 – Web Site, Virtual Directory, and Web Application.


    Web application language

    The language of the page is specified in the page itself (in the aspx or ascx file). Whenever the app pool worker processes are started for the first time, or recycled (restarted) the web pages are recompiled, the language specified in the page or control is used as the guideline as to which compiler to use. The compiled code is then kept in temporary storage until files get changed and a recompilation needs to take place or the worker processes are recycled again.

    If it is precompiled then it is not necessary to know the page language because it has already been compiled to an intermediate language called MSIL (Microsoft Intermediate Language, or more correctly CIL, Common Intermediate Language), this code is then JIT compiled to native code before being executed. (JIT compilation: simple explanation, wiki explanation, slightly more hardcore explanation).

    If the web application has been ngen compiled then it is already in a native machine language, and therefore needs no compilation at all.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.