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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -