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