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 MVC 4“空模板”网站在 Visual Studio 中将输出类型设置为“类库”是否正常?我仍然可以按预期调试/运行该站点,但我们团队内部有一些关于输出类型是否为 Class Library 的讨论?
我会这么认为——毕竟,它不是一个独立的 .exe,而是由 IIS(或另一个 Web 服务器)加载和调用的东西。