Tag: windows
-
Windows RDP copy paste not working
Today I RDP to one of the windows server, but the Copy paste between RDP and my local machine was not working. I searched a little and found a very simple solution. Click on start >> run >> type the below code and hit run. It will enable the clipboard to work across RDP sessions.…
-
msxml3.dll error ‘80072ee2’
One of the page using asp Msxml2.ServerXMLHTTP was giving the below error. [plain] msxml3.dll error ‘80072ee2’ [/plain] On checking the code he was sending ServerXMLHTTP request to the same server. And this is not recommended by Microsoft itself. The calling Active Server Page (ASP) should not send requests to an ASP in the same virtual…
-
Install ZendOptimizer on Windows Plesk
Download the ZendOptimizer from http://www.zend.com/en/products/guard/downloads Download Link – http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-Windows-i386.zip Extract the zip file and copy file ZendExtensionManager.dll and folder Optimizer-3.3.3 to C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib Now open C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\php.ini and add the below lines at the end of the file. [plain] [ZEND] zend_extension_ts = "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts="C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\extras\lib\Optimizer-3.3.3" [/plain] Now save the file…