使用发布和部署 ASP.NET 网站.dll .编译文件
当我们发布 ASP.NET 网站时,会在“bin”文件夹下创建 2 种文件类型:.dll 和 .dll。 .编译的文件。当我们部署到生产环境时,我们需要复制 .compiled 文件还是只复制 .dll 就可以了?
我知道此时它已预编译,但是 .compiled 文件是做什么用的?
TIA
when we publish an asp.net website, there are 2 file types created under 'bin' folder, .dll & .compiled files. When we deploy to production do we need to copy the .compiled files or just copying .dll will do?
I know it's precompiled at this point but what's the .compiled file for ?
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您确实需要复制它们,但一个简单的检查是不要复制一次,看看会发生什么。 来自 MSDN,它们仅用于在该页面/控件/主控上提供请求时找到正确的程序集:
.compiled Files:
I believe you do need to copy them, but an easy check would be not to once and see what happens. From MSDN, they're only used to find the right assembly when serving a request on that page/control/master:
.compiled Files: