January17
To set a folder as enabled for application in IIS:
Open the IIS (Start -> Administrative Tools -> IIS Manager)
Navigate to the site container. Select the specific website from- Web Sites -> site)
Now locate the folder you wish to add the application.
Right click on that folder and choose “Properties”
Here under “Application Settings” click the “Create” button.
Click “OK” and you are done 
January17
Log into your VPS using Remote Desktop.
1. Click the start menu and select “Run”
2. Enter the following command:
“C:\SWsoft\Plesk\admin\bin\plesksrvclient.exe” –get
December28
Steps to clear / flush DNS cache:
1. Click Start > Run
2. Type cmd and click OK.
3. A black window appears, type ipconfig /flushdns and press Enter.
You should see message “successfully flushed the DNS resolver cache”.
November19
To set a folder as enabled for application in IIS:
1. Open the IIS snap-in. (Start -> Administrative Tools -> IIS Manager)
2. Navigate to the site container. (local computer -> Web Sites -> site)
3. Locate the folder you wish to add the application.
4. Right click on that folder and choose “Properties”
5. Under “Application Settings” click the “Create” button
6. Click “OK” and you are done.
November9
If you get the message “Service Unavailable” while accessing Plesk:
Check the EventViewer – Open Administrative Tools >> Event Viewer.
There if you see the following W3SVC-WP (IIS6) error messages:
Could not load all ISAPI filters for site/service. Therefore startup aborted.
OR
The HTTP Filter DLL C:\Program Files\Helicon\ISAPI_Rewrite3\ISAPI_Rewrite.dll failed to load. The data is the error.
To fix this, all you need to do is -
1. Remove filter from IIS manager:
IIS >> Web Sites >>Properties >>ISAPI filters
2. Disable that filter in Web Server Extensions.
3. Restart IIS
November9
If you get the following error while opening IIS :
MMC could not create the Snap-In
Then execute the steps given below to fix this issue.
1. Register the .dll files “mmcndmgr.dll” and “inetmgr.dll”
a) Start | Run | cd %SystemRoot%\system32 Here, ‘SystemRoot’ refers ‘C:\Windows’.
b) regsvr32 mmcndmgr.dll
c) regsvr32 inetmgr.dll
(regsrv32′ is a command line tool to register the .dll in the registry.)
2. Uninstall and Re-install IIS
To uninstall, Start | Control Panel | Add/Remove Windows Components | Check ‘Application Server’, click ‘Details’ | Uncheck ‘Internet Information Services’ | Click ‘OK’
To install, Start | Control Panel | Add/Remove Windows Components | Check ‘Application Server’, click ‘Details’ | check ‘Internet Information Services’ | Click ‘OK’
Now you can access IIS without any error.