Can we have two or more website hosted on a computer with IIS

-4

0

I have an Virtual machine which has R2 2008 with an website which just works fine. I was wondering if there's any way we could host multiple websites on that server. Since its virtual we can add couple nic's if we'd like so more IP's.

Any ideas how else we could achieve this ?

Thanks for replying and reading the question....

CrashOverride

Posted 2013-08-27T09:33:52.847

Reputation: 341

1People do it all the time. You don't need to have multiple network cars either. There are lots of tutorials on how to configure a single installation of IIS for multiple websites. – Ramhound – 2013-08-27T10:44:33.073

what im trying to do is for example i have myintranet on the same server also how can I create myintranet2 on the same server? – CrashOverride – 2013-08-27T10:46:51.307

Please read this http://www.iis.net/learn/install/installing-iis-7/iis-features-and-vista-editions

– Dave – 2013-08-27T10:47:44.560

1@CrashOverride - I know what you want to do. We just expect a certain amount of research on your part. – Ramhound – 2013-08-27T10:49:08.427

@Ramhound Well I understand that you didn't know that I already done my search except for some not-to-the-point results I got, I was hoping some out of box ways to do it. That's Fine, Thanks for the effort. – CrashOverride – 2013-08-27T13:02:22.187

@CrashOverride - You asked if it was possible this indicates you found no articles saying it was possible which I find unlikely. – Ramhound – 2013-08-27T15:42:53.117

Answers

0

This should be a comment, but too much info for a comment I think.

To create another site, open IIS

Right-click sites from left side and then click Add Web Site. Fill in the details...

That is it to add a new site to IIS.

You may run into other issues though, such as potential binding issues, permission issues, virtual sites/applications etc but, you will be able to research each point and if you get stuck after researching, then ask away!

Dave

Posted 2013-08-27T09:33:52.847

Reputation: 24 199