Question

J'ai créé un répertoire virtuel pour le site par défaut dans IIS qui a évoqué le répertoire dans lequel mon site Web était situé.

Tout fonctionne bien, puisque le site par défaut écouté le port 80, l'application Web fonctionnait correctement.

À un moment donné, SharePoint a été installé sur le serveur sur lequel je travaillais, désactivant le site par défaut et permettant à "SharePoint - 80" qui écoute le port 80.

Il ne semble pas qu'il n'y ait aucune autre configuration avec SharePoint, autrement que l'installation.

Quelle est la méthode correcte d'ajout d'un site Web déjà existant créé séparément de SharePoint?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top