문제

is it possible to create two webapplication with the same Port on IIS in PowerShell. I belive it's not extending webapplication. Each Webapplication has her own content data base. Any idea doing that with PowerShell.

도움이 되었습니까?

해결책

As long as you use Host Headers for both web applications, you should be fine.

Take a look at the New-SPWebapplication cmdlt and be sure to specify the hostheader parameter when creating the web applications.

다른 팁

You need two HostHeaders( DNS), then you can create more than one Web App on single Port.

I.e If you have www.abc.com and www.efg.com, On the Web Application Creation Page. Enter the Name of Web app, Port Number and HostHeader.

http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/02/12/how-to-create-a-second-web-application-using-the-default-port-80-in-sharepoint-2013.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top