Howto: Setup a Microsoft IIS Webserver to deliver BlackBerry OTA Applications

Note: This howto should be considered as extension to the Howto: Setup an Apache Webserver to deliver BlackBerry OTA Applications which describes why you need to set mime types in your web server. Here is what you should do if you are running an IIS.
Microsoft IIS provides a GUI for setting up MIME types. Below lists the steps for setting up MIME types with IIS 5.0 on Microsoft Windows 2000 Professional:
- Bring up the Internet Information Services window by selecting Control Panel -> Administrative Tools -> Internet Service Manager.
- In the tree on the left-hand side, you should see an item whose caption is your computer’s name. Right-click on it to pop up a menu.
- Click Properties in the menu to bring up the Properties window.
- Click the Edit button located in the Computer MIME Map frame to bring up the File Types window.
- In the File Types window, you can see a list of MIME mappings. Use the buttons labeled “New Type…”, “Remove” and “Edit…” to make any changes you want.
The steps for setting up MIME types with other versions of IIS should be similar.
If your IIS is of version 3.0 or below, the procedure is less user-friendly. It involves editing the registry at the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\InetInfo\Parameters\MimeMap.
Looking for Software for your BlackBerry? BlackBerryInsight Software Store!
















(6 votes, average: 4.33 out of 5)









Howto: Setup an Apache Webserver to deliver BlackBerry OTA Applications | BlackBerryInsight said,
July 8, 2008 @ 5:23 am
[...] Note: IIS users / administrators might want to check out Howto: Setup a Microsoft IIS Webserver to deliver BlackBerry OTA Applications. [...]
JerryD said,
July 14, 2008 @ 6:26 pm
Awww come on! Such a great subject for a How To, but you don’t tell us HOW TO!
What EXACTLY do you set the JAD and COD Mime types to? And what about JAR files? They’re typically referenced in JAD files too?
And what do you set the registry keys to in older versions of IIS? Just giving the root key doesn’t cut it.
So far, this is INCOMPLETE!
k said,
July 15, 2008 @ 12:15 pm
Please read the note at the beginning of this article and refer to the detailed description. Thanks.