Domanda

Ho creato una directory virtuale per il sito predefinito in IIS che si riferiva alla directory in cui si trova il mio sito Web.

Tutto funzionava bene, dal momento che il sito predefinito ha ascoltato la porta 80, l'applicazione Web funzionava correttamente.

A un certo punto, SharePoint è stato installato sul server su cui stavo lavorando, disabilitando il sito predefinito e abilitando "SharePoint - 80" che ascolta la porta 80.

Non sembra che ci sia stata un'altra configurazione con SharePoint, oltre ad installarlo.

Qual è il metodo corretto per aggiungere un sito Web già esistente creato separatamente da SharePoint?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top