When does an ASP.NET Website project recompile?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-04-12T21:06:14Z Indexed on 2010/04/12 21:43 UTC
Read the original article Hit count: 173

Filed under:
|
|

Where's the info that tells the kinds of changes and files which cause a website project (not web application project) to recompile itself?

The reason I'm asking is because we don't want users to lose their sessions. So we want to update the live website with recompile changes in the very wee hours of the morning, but would prefer to make changes during the day to expedite them. We promote to a staging server first and could watch it there but a definitive list would be nice in advance.

If there's not a definitive list, a list can be started here:

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about websiteproject