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.
我正在制作一个单页应用程序。不想使用 _ViewStart。我喜欢将我的起始页放在项目目录的根目录中,并将其重命名为 index.html。这似乎是可能的。但是如何?请在发布前查看这些项目。
CodeCamper 项目
将 web.config 中的这些行设置为 true。
<add key="webpages:Enabled" value="true" />