what is application pool???

Answers were Sorted based on User's Feedback



what is application pool???..

Answer / vijeshwar yadav

Answer:
Before Giving the Definition : you can say like this,
Concept of Application pool has from IIS 6.0 .
Application pools are used to separate sets of IIS worker
processes that share the same configuration and application
boundaries. Application pools used to isolate our web
application for better security, reliability, and
availability and performance and keep running with out
impacting each other . The worker process serves as the
process boundary that separates each application pool so
that when one worker process or application is having an
issue or recycles, other applications or worker processes
are not affected.
One Application Pool can have multiple worker process Also.

Main Point to Remember:
1. Isolation of Different Web Application
2. Individual worker process for different web application
3. More reliably web application
4. Better Performance

Is This Answer Correct ?    14 Yes 0 No

what is application pool???..

Answer / devaraj

Application pool is a grouping of URLs that is routed to
one or more worker processes.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More IIS Interview Questions

What is iis used for?

0 Answers  


What is iis and how it works?

0 Answers  


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?

1 Answers   TCS,


Where is iis logs located?

0 Answers  


How do I disable iis express?

0 Answers  






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

0 Answers  


What scripts ship with iis 6.0?

0 Answers  


What is meant by virtual directory?

0 Answers  


How do I host a website using iis in windows 10?

0 Answers  


Difference between basic and digest authentication modes?

0 Answers  


How do I find server logs?

0 Answers  


IIS Frontpage extenstions?

1 Answers   TCS,


Categories