Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multiple Instances of IIS

428 views
Skip to first unread message

Daniel Jameson

unread,
Aug 30, 2006, 3:00:43 PM8/30/06
to
Hi,

Is it possible to run multiple instances of IIS on a single instance of
Windows Server 2003? I would like different portions of our Web
applications to have different database permissions. If our Web site could
be handled by multiple IIS instances running under different domain logon
accounts, then each instance could have different database server access.
I'm trying to move away from the need to manage SQL Server logons.

--
Thank you,

Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org


Kristofer Gafvert

unread,
Aug 30, 2006, 3:53:27 PM8/30/06
to
No, you cannot have multiple instances of IIS running at the same time.

But you can have multiple websites, and multiple application pools (worker
process), which can be separated so that they are completely independent
of each other. Or in other words, you should be able to accomplish what
you want by using different worker processes for each portion of your web
application.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info

0 new messages