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?
According to your description, I can hardly give precise solution for this issue, I think you could capture server memory dump during server hang and use memory dump tool to understand what’s happening at that moment.
In order to get memory dump during server hang happening, we can try use following tools.
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or memory fragmentation, and crashes in any user-mode process.
Regards
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
5 Points
39 Posts
Web App Freezes under Virtualised Windows 2012 Server
Aug 08, 2013 05:47 AM|daverooke|LINK
All-Star
32817 Points
3815 Posts
Re: Web App Freezes under Virtualised Windows 2012 Server
Aug 14, 2013 10:14 PM|Angie xu - MSFT|LINK
Hi daverooke
According to your description, I can hardly give precise solution for this issue, I think you could capture server memory dump during server hang and use memory dump tool to understand what’s happening at that moment.
In order to get memory dump during server hang happening, we can try use following tools.
Windows Debugging Tool
Windows debugging tool can be obtained from Microsoft’s Download and Install Debugging for Windows page (http://msdn.microsoft.com/en-us/windows/hardware/gg463009 ).
Debug Diagnostic Tool v1.2
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or memory fragmentation, and crashes in any user-mode process.
Regards
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.