开发者

What is best method to reproduce parked page like behavior in IIS7 + ASP.NET

I have created parked page like behavior in the past by adding many host headers for different domains to one IIS7 website entry and changing the content of the pages dynamically. I'm wondering if their isn't a different or better way to handle so many domains pointing to one codebase. Is their any limit on the number of host headers for a website in IIS7? Does it affect performance or stability by having开发者_如何学编程 so many host headers?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜