We have an intranet web application using dotnet 4 framework which compiles in VS2010 with no problems and runs perfectly under windows server 2003. The application has now been ported over to a virtualised 2012 server and we now get system hangs periodically
where the web page cannot make any communications with web app/server at all. There are only between 3 to 6 users using the system at any one time. We have to then to completely close all browser windows before we can log back into the application, which sounds
like the session cookie is still active on the browser but has been trashed by the server. Anyone had similar probs running under this virtual server environment?
↧