Pergunta

Eu criei um diretório virtual para o site padrão no IIS que se referiu ao diretório onde meu site foi localizado.

Tudo estava funcionando bem, já que o site padrão ouviu a porta 80, o aplicativo da Web estava funcionando corretamente.

Em algum momento, o SharePoint foi instalado no servidor no qual eu estava funcionando, desativando o site padrão e permitindo "SharePoint - 80", que ouve a porta 80.

Não parece que havia outra configuração feita com o SharePoint, além de instalá-lo.

Qual é o método correto de adicionar um site já existente que foi criado separadamente do SharePoint?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top