Server rebooting - ASP.Net MVR 2
- 
 HELP! Our VM server is rebooting every 10mins. 
 It seems to be due to the below. I have uninstalled the Micsoft ASP.net MVC2 from control panel but still problems persists! Any idea what i can do?
  
- 
 What server OS is this, obviously Windows. 
- 
 The installer is probably looking for something or trying to do something that doesn't work. You could try "deactivating" the installer. 
 Run %windir%\system32\msiexec.exe /unregister
 And %windir%\syswow64\msiexec.exe /unregister
 I think you need to restart after this.Check to see if the 10 minute reboots continue after this. This is how to "reactivate" the installer again. 
 %windir%\system32\msiexec.exe /regserver
 %windir%\syswow64\msiexec.exe /regserver
 And restart.
- 
 I just read that you said VM server. That sucks. 
 Any reason why you are installing software on the host instead of one of the VMs?
- 
 @pete-s said in Server rebooting - ASP.Net MVR 2: %windir%\system32\msiexec.exe /unregister yes Windows server. I will try deactivating the installer. I presume thats via command prompt i should run %windir%\system32\msiexec.exe /unregister 
 %windir%\syswow64\msiexec.exe /unregister
