Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在上创建新网站时IIS 6,您应该在默认网站下创建一个虚拟目录还是创建一个新网站?为什么你会做一个而不是另一个?
IIS 6
我正在创建新asp.net网站,并且web services主要运行 .NET 2.0。
asp.net
web services
如果您创建虚拟目录,那么您的所有“网站”都将在 1 个应用程序池下运行。如果一个人挂了,他们都挂了。
如果您只有 1 个 IP,那么如果您不使用虚拟目录,则必须为每个网站分配一个不同的端口(不能全部使用默认端口 80)。