TomLefever
Programmer
Hi,
I have a question about deployment and updates. I have a ASP.NET Web application that uses a businessObjects.dll assembly (referenced assembly/project in Visual Studio .NET), I deployed my application to my testserver. My businessObjects.dll is under the /bin directory. When I have an update of BusinessObjects.dll I XCopy it to this directory. My application is in use, but I can copy this DLL, OK because .NET makes a copy of it! But my current users lose all their session variables. Is this normal or have I forgot something? When I open a new browser-window and login angain it works fine (it uses my new DLL).
Can someone help me?
Thanks
Tom
I have a question about deployment and updates. I have a ASP.NET Web application that uses a businessObjects.dll assembly (referenced assembly/project in Visual Studio .NET), I deployed my application to my testserver. My businessObjects.dll is under the /bin directory. When I have an update of BusinessObjects.dll I XCopy it to this directory. My application is in use, but I can copy this DLL, OK because .NET makes a copy of it! But my current users lose all their session variables. Is this normal or have I forgot something? When I open a new browser-window and login angain it works fine (it uses my new DLL).
Can someone help me?
Thanks
Tom