2 (or 3 or 4...) websites in IIS, pointing to same ASP.NET application IIS

Posted by billfredtom on Server Fault See other posts from Server Fault or by billfredtom
Published on 2010-04-02T00:12:26Z Indexed on 2010/04/02 0:13 UTC
Read the original article Hit count: 543

Filed under:

I wish to maintain a single a single code base (ASP.NET app) setup at c:\inetpub\wwwroot\myApp, and point several IIS websites at this single code base.

Will this be an issue? Will IIS see this as a conflict in resource allocation?

Reasons why I want to do it:

  • Each IIS website can then have it's own IP, SSL cert, etc.
  • Each IIS website can have it's own ISAPI filters installed for friendly URLs, etc.
  • Easier to maintain the code base by having single point of deployment

© Server Fault or respective owner

Related posts about iis