Frage

Ich habe ein virtuelles Verzeichnis für den Standard-Standort in IIS erstellt, der auf das Verzeichnis verwiesen wird, in dem sich meine Website befindet.

Alles funktionierte gut, da der Standard-Site auf Port 80 hörte, funktionierte die Webanwendung ordnungsgemäß.

Irgendwann wurde SharePoint auf dem Server installiert, auf dem ich arbeitete, deaktiviert die Standard-Site und das Aktivieren von "SharePoint-80", das auf Port 80 hört.

Es scheint nicht, dass es eine andere Konfiguration mit SharePoint erstellt hat, andere als die Installation.

Wie ist die richtige Methode zum Hinzufügen einer bereits vorhandenen Website, die separat von SharePoint erstellt wurde?

War es hilfreich?

Lösung

Use a different URL for SharePoint and configure 'SharePoint - 80' to listen for only that host name. I.e. configure your sharepoint to be something like sp.company.com and then set the bindings in IIS for the sharepoint site to look for only that specific host name. Likewise, you will need to configure the bindings for your other site to also listen for a specific host name so that it doesn't interfere with SharePoint.

However, if your SharePoint environment is going to be of any significant size, you will probably want to avoid sharing a server between SharePoint and other web apps. SharePoint can coexist with other web apps, but doing so makes troubleshooting performance issues and outages an absolute nightmare. SharePoint also has a rather large resource footprint and can choke other apps, particularly on the typical resource-starved virtual machine.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top