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 / 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 |
Current version of IIS
computer sotfware used and its functions
0 Answers Infeneon Technologies,
Where is the iis manager in windows 10?
How do I access iis server?
Describe the permission settings are available for virtual directory?
What scripts ship with iis 6.0?
How do I create a virtual folder in windows 10?
What is iis? Why is it used?
In which process does iis runs (about the exe file)?
What is iis and how does it work?
Can windows server 2003 function as a bridge?
How to Configure SSL?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)