What is App Pool and App Domain? What is the difference
between the two.
Answer Posted / murali
An application pool is a container to execute one or more
applications/virtual directories, which means for a single
application pool, one or more than one websites can be
mapped. In a application pool, more than one worker
processor can exists. if each website in application pool is
mapped to individual worker process, and if any issues
occurs in one worker process, only that worker process will
stored and restart, the other process will still run.
Application domain is mapped to individual worker process,
that is w3wp.exe. but, there can be more than one
application domain mapped to a single worker process.
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
IIS Default objects in IIS Manager
How do I create a virtual directory in iis?
How do I create a virtual folder in windows 10?
How do I view iis logs?
How do I add a website to iis manager?
What is net start?
What is the name of the user who connects to the web site anonymously?
How do I get to iis?
How do I open iis manager from command line?
Where is the applicationhost config?
What version is iis?
What is w3wp process?
Where is iis express located?
What is app pool?
What is the current version of iis?