Hosting multiple websites/applications on IIS
Microsoft provides us with IIS -stands for Internet Information Services- as its only, robust and well packaged web server. IIS is the second popular web server on the internet after Apache HTTP Server the open source web server. You can use IIS to host different type of websites so you can host websites which use ASP, PHP, Perl, JSP, ROR .. etc. and for sure those who uses ASP.NET.
In most cases you will use one web server to host multiple websites. There is a many issues should be addressed and take in our considerations. In this series I will address some of these issues providing guidelines and collection o0f practices to handle them.
Ok, see you very soon I hope.