I was working on an application and IE was bugging me again and again with this alert
It was quite irritating to click Yes or No after every page reload.
So I found the solution which is
1. Go to Tools -> Internet Options -> Security
2. Select the...
telnet is consider to be very unsecure, therefore it is recommended to use ssh rather then telnet. However we do some time need telnet. Telnet is by default disabled in Windows7, but you can enable it if you want.
Click on start
Go to control panel
Click "program and features"
Click on...
A few days back I attached a secondary disk to my server computer, but it was not showing its drives in My computer, but in Computer Management it was detecting but as "offline", then I moved cursor, it showed error
Offline ( The disk is offline by the policy set by Administrator)
After a little...
Adding remote MSSQL server is necessary for those server which host very large traffic websites, and therefore splitting services to multiple servers is necessary to make them fast.
Adding remote MSSQL server in Plesk is very simple and just requires few clicks, assuming that you have a server...
The easiest method is using SQL Server Management Studio Express.
The supported method is to use SQL Server Management Studio Express.
Download it from the web at
http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en
1. Then...
Microsoft has released the beta version of the Internet Explorer 9 (IE9) browser. You can download the setup for IE9 here.
However, you get a web based installer from the official download link. This means that you must be connected to internet to install IE9.
It may be a problem for you...
I'm running Windows XP on desktop and Windows 7 on my laptop, and on both machines, I had problem, debug.log was automatically appearing on desktop. Every time I delete it, but it again appear.
After a little search, I found that this is because of google talk plugin.
Just go to control panel...
Apache work on port 80 by default and https work on 443. If you are running some applications which are using these ports already, then apache will give error and will not start..
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock:...
Unlike previous version of windows, there is an additional step requires to install before we go to dcpromo to promote the server to domain controller and install active directory. This additonal step is to enable active directory domain services role on server, and after that we proceed to...
If you ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time.
You can use this quick batch command in cmd:
FOR /L %I IN (2,1,254) DO netsh interface ip add address "Local Area Connection"...