How iis recognize that web application is developed
in
which language?
6) How iis will use authentication?
7) Is it pages will compile in server?
8) In server pages will compile or execute?
9) What is diff between compile and execute?

Answer Posted / diksha mahajan

Q) How iis recognize that web application is developed in which language?
Ans) 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.

Q)Is it pages will compile in server?
A)Yes the code behind compiles on server with the first call and product dlls.

Q)In server pages will compile or execute?
A)both

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I know if iis is running?

623


How do I start iis from command line?

590


What is the difference between the app pool and app domain in iis?

575


What is iis role?

601


How do I add a website to iis manager?

530






What are the different types of identity available in iis 6.0?

596


Explain different IIS Isolation Levels?

664


What are the differences between iis 5.1 and iis 6 administration?

569


What is iis server and how it works?

571


What does internet information server (iis) assume to be the default language for active server pages?

630


Exp the different types of identity available in iis 6.0?

566


What is apache and iis?

587


How do I run iis on windows 7?

600


How do you reset iis?

600


What is meant by virtual directory?

547