Is there a way to prevent my website to completly reset, after I have uploaded a compiled .dll file ?
I have build a large website with a number of different directories and the compiler is set to create .dll files for every directory.
But when I have updated the code for directory A and I upload this .dll to my site, users that are working in directory B will be reset after this upload.
It seems .NET is resetting all connections.
I have build a large website with a number of different directories and the compiler is set to create .dll files for every directory.
But when I have updated the code for directory A and I upload this .dll to my site, users that are working in directory B will be reset after this upload.
It seems .NET is resetting all connections.