Every time I upload a DLL from my site, I drop all users who need session
to stay logged in.
I was using the build that turns everything into .dll and .compiled however when compiling to .aspx + .dll the same thing happens.
ex:
I upload the DLL responsible for entities crashes everyone.
Is this normal in ASP.NET?
Should I change the security system in administration to not use Session?
Am I compiling wrong?
(Precompile during publishing > Allow precompiled site to be updatable)
In ASP Classic I could change multiple files without dropping session
! Is this a limitation of ASP.Net or am I doing it wrong?