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.
我似乎无法在任何地方找到有关此的任何信息。
要么是我的想象,要么是 ASP.NET Dev Server (Cassini) 无法处理多个线程(例如多个请求)。它是否正确?
IIS Express 是否处理多个线程?
是的,从功能上讲,cassini 一次处理一个请求。
IIS Express 是一个几乎完整的 IIS 实现,将提供预期的性能。