what is architecture of IIS?

Answers were Sorted based on User's Feedback



what is architecture of IIS?..

Answer / dinesh

The new request-processing architecture and application
isolation environment enables individual Web applications,
which always run in user mode, to function within a self-
contained worker process. A worker process is user-mode
code whose role is to process requests, such as returning a
static page or invoking an Internet Server API (ISAPI)
extension or filter. Worker processes use HTTP.sys to
receive requests and send responses over HTTP.

Is This Answer Correct ?    13 Yes 5 No

what is architecture of IIS?..

Answer / siva

IIs 6.0 architecture is based on Http.sys kernel and
metabase configuration is in xml format security features
all are same like iis5.0 but passport support included in
6.0

Is This Answer Correct ?    7 Yes 6 No

what is architecture of IIS?..

Answer / baskaran g

HTTP.SYS is the kernel level components of IIS. All client
request comes from client hit the HTTP.Sys of Kernel level.
HTTP.SYS then makes a queue for each and every request for
each and individual application pool based on the request.
Whenever we create any application pool IIS automatically
registers the pool with HTTP.SYS to identify the particular
during request processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More IIS Interview Questions

IIS backup/restore?

1 Answers  


Which version of iis do I have?

0 Answers  


How do I open iis manager in windows 7?

0 Answers  


How do I check iis version?

0 Answers  


Is iis considered middleware?

0 Answers  






How do I deploy a website in iis?

0 Answers  


What is iis and how do you use it?

0 Answers  


What is an iis worker process?

0 Answers  


How do I reset iis in windows 10?

0 Answers  


What are the properties of application pool in iis?

0 Answers  


What are the iis isolation levels?

0 Answers  


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

0 Answers  


Categories