Quantcast
Channel: autospinstaller Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1245

Commented Unassigned: The IIS Web Site you have selected is in use by SharePoint. You must select another port or hostname. [20618]

$
0
0
I want the Web Applications "Portal" and "MySite" both run on port 80! When GUI tool I have "Use Host Header" is selected in the portal and MySite!

Here is the screenshot of the error message. Although in German, but on the website I have found the translation: http://support.microsoft.com/kb/927376/en-us

The IIS Web Site you have selected is in use by SharePoint. You must select another port or hostname.

[Errormassage](http://www.bilder-upload.eu/show.php?file=20af0a-1389602164.png)

Here are the screenshots of the GUI tool:

[Portal](http://www.directupload.net/file/d/3501/93rt39ix_png.htm)

[MySite](http://www.directupload.net/file/d/3501/k56tema2_jpg.htm)

Here is the code from the XML file:

```
<WebApplications AddURLsToHOSTS="true">
<WebApplication type="Portal" name="Portal" applicationPool="Portal" url="http://localhost" port="80" UseHostHeader="true" AddURLToLocalIntranetZone="true" GrantCurrentUserFullControl="true" useClaims="true" useBasicAuthentication="false" useOnlineWebPartCatalog="false">
<Database>
<Name>Content_Portal</Name>
<DBServer />
<DBAlias Create="false" DBInstance="SERVER\INSTANCE" DBPort="" />
</Database>
<ManagedPaths>
<ManagedPath relativeUrl="help" explicit="true" />
</ManagedPaths>
<SiteCollections>
<SiteCollection siteUrl="http://localhost" HostNamedSiteCollection="false" Owner="SBG\svc_sps_install" Name="Portal Home" Description="Portal Home Site" CustomDatabase="" SearchUrl="http://localhost/search" CustomTemplate="false" Template="SPSPORTAL#0" LCID="1031" Locale="de-de" Time24="true" />
</SiteCollections>
</WebApplication>
<WebApplication type="MySiteHost" name="MySite Host" applicationPool="MySites" url="http://localhost" port="80" UseHostHeader="true" AddURLToLocalIntranetZone="true" GrantCurrentUserFullControl="true" useClaims="true" useBasicAuthentication="false" useOnlineWebPartCatalog="false">

```

Can anyone tell me how I get my Portal and MySite both run on port 80?

Alternative would create ONLY portal with port 80 and MySite manually create it, but I do not want!

The operating system is Windows Server 2008 R2, SharePoint Server 2013 is used

Edit: I do not know why the images can not be embedded here so I posted the links!
Comments: ** Comment from web user: brianlala **

The combination of host header, IP address, and port must be unique for each website. In your XML above, you use the same port (80), host header (localhost i.e. computer name), and IP address (implicit, "all unassigned") for both your Portal and MySiteHost. Therefore, there's a conflict.

Easiest way to resolve this is to use proper, different DNS names for your URLs, instead of localhost.

Brian


Viewing all articles
Browse latest Browse all 1245

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>