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 站点时包含资源文件?在正常情况下,它不包括在内。
得到了解决方案。需要将我的网站转换为 Web 应用程序。对于我要发布的资源文件,执行以下操作:
将“构建操作”设置为内容。将“复制到输出目录”设置为始终复制。