You have not answered my (straightforward) question.
On Feb 4, 8:37 pm, jay <[email protected]> wrote: > By putting common code in the ascx it allows two aspx files to share > that code without having to modify the contents of App_Code. > Modifying the contents of App_Code or modifying /bin results in the > Session being reset for all users (for "in-process" sessions). > However this is not the case if you modify just the ascx on the server > since it gets JIT compiled anyway. So, for example, if some users are > using an application that depends on Session, and another user is > using another application which he reports as broken, then using this > work-around, you could update the second application without affecting > the first application. >
