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
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: