IIS7 + ASP.NETの動作のような駐車ページを再現するための最良の方法は何ですか

StackOverflow https://stackoverflow.com/questions/5031351

  •  14-11-2019
  •  | 
  •  

質問

私は過去に行動のような行動のような行動のような行動を作成しました。1つのコードベースを指している多くのドメインを扱うための違いやより良い方法ではないかどうか疑問に思います。IIS7のWebサイトのホストヘッダーの数に任意の制限がありますか?それは非常に多くのホストヘッダーを持つことによってパフォーマンスまたは安定性に影響を与えますか?

役に立ちましたか?

解決

Well, I guess I have to answer this one myself...

I can say with certainty now that IIS7 will handle serving many hundreds of host headers pointing to the same website codebase. We've been running a setup like this for the better part of a year and it performs well. You can write a script to import the host headers from a CSV file, then turn around and import them into your database.

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