質問

Webサイトが見つかったディレクトリを参照したIISのデフォルトサイトの仮想ディレクトリを作成しました。

すべてがうまく機能していました。デフォルトのサイトはポート80にリスンされているので、Webアプリケーションは正しく機能していました。

ある時点で、私が作業していたサーバーにSharePointがインストールされ、デフォルトサイトを無効にし、ポート80を聴取する「SharePoint - 80」を有効にしました。

SharePointを使用して実行された他の設定があったとは思われません。

SharePointとは別に作成された既存のWebサイトを追加する正しい方法は何ですか?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top