How to enable Silverlight in IIS 6

April 27, 2010 · Filed Under IIS · Comment 

Silverlight is not enabled by default in IIS 6 web server. We require adding Silverlight MIME types manually in IIS6. To enable Silverlight for any web site hosted in IIS6, you will require adding the following three MIME types from IIS6:

Extension: .xap
Content Type: application/x-silverlight-app

Extension: .xaml
Content Type: application/xaml+xml

Extension: .xbap
Content Type: application/x-ms-xbap

Following are the exact steps to add MIME types in IIS6:

- Open IIS Manager.
- Expand your server name and then expand “Web Sites”.
- Right click on your web site name and go to “Properties”.
- Go to “HTTP Headers” tab and click on “File Types” which is under “MIME Map”.
- Click on “New Type” button to add new MIME type.
- Enter the extension and content type. Click “Ok” button to add it.

Silverlight Hosting + Free Domain Registration in $4

You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5

April 8, 2010 · Filed Under Operating Systems, Web Hosting · 1 Comment 

If you are using Windows 2008 R2 operating system, you may receive the following error while installing Visual Studio 2008 or .NET Framework on your server:

You must use the Role Management Tool to install or configure Microsoft .NET Framework 3.5

Windows 2008 .NET Framework 3.5.1
This is because Windows 2008 R2 comes with pre-installed .Net Framework 3.5.1. You just require to enable this feature from “Server Manager”.

Windows 2008 Server Manager

Using Role management tool, you can easily enable .Net 3.5 framework on your web hosting server or development server.

Affordable Windows Hosting just $4 + FREE Domain Registration + ASP.Net Hosting

WHM error while adding IP address – Skipping xxx.xxx.xxx.xxx already added

April 6, 2010 · Filed Under Web Hosting · 1 Comment 

Recently, I faced a problem to add an IP address from WHM. I received the following error while adding an IP address:

All Requested Ips were already active
System has 0 free ips.
Skipping xxx.xxx.xxx.xxx .. already added


But when I checked in IP Functions -> Show/Edit Reserved IPs, it was not listed in it. To resolve this I followed the below steps:

[1] Checked chkconfig for ipaliases:
I checked chkconfig for ipaliases and it was on for 2, 3, 4, 5.

chkconfig –list ipaliases

[2] Restarted ipaliases service:
After checking chkconfig, I restarted ipaliases service using following command:

/etc/init.d/ipaliases restart

This did the trick and all IP addresses were displaying again on Show/Edit Reserved IPs page.

- Kailash Aghera

Untitled Document