asp.net - Do I need to copy the .compiled files to the production server? -


i'm using deploy project deploy asp.net web application. when build deploy project, .compiled files re-created.

do need ftp them production web server?
if small change need copy web site again?

from own research, .compiled files must copied production server, not needed copied every time

from rick strahl excellent blog:

the output merge utilitity can combine markup , codebeside code single assembly, still end .compiled files required asp.net associate page requests specific class contained in assembly. however, because file names generated fixed don’t need update these files unless add or remove pages. in effect means in situations can update single assembly update web.
source


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -