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?



How iis recognize that web application is developed in which language? 6) How iis will use auth..

Answer / 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

More IIS Interview Questions

What is iis and how do you use it?

0 Answers  


Explain the different security settings available in iis?

0 Answers  


What are different authentication types. How do you retreive user id in case of windows authentication.

3 Answers   Microsoft,


What is iis lockdown?

0 Answers  


For the document of size 1 mb, what size would you expect the index to be with indexing service?

0 Answers  






how many web.config files are there in 1 project.we can overwrite the web.config files

23 Answers   ACS, IBM, PCS,


How do I stop all iis services?

0 Answers  


How do I edit web config in iis?

0 Answers  


What is the current version of iis?

0 Answers  


Why do we need iis?

0 Answers  


How do I add a website to iis manager?

0 Answers  


Where is iis win7?

0 Answers  


Categories