在我的 ASP.NET MVC 项目中,我从 Bootstrap 3 切换到 Bootstrap 5。在这个过程中,我使用了 Bootstrap 的 bootstrap.bundle.min.js 文件。
经过所有改进,我意识到当我们发布到 IIS 时,这个捆绑文件不会自动转到服务器。
当我手动将文件添加到服务器时,没有问题。有谁知道这是什么原因吗?
感谢您的快速回复。当我将相关引用添加到我的 csproj 文件中时,文件已发布。
<Content Include="Scripts\bootstrap.bundle.js" />
<Content Include="Scripts\bootstrap.bundle.min.js" />