Downloading a PPD File on Windows 2008 Server

Posted by Johan Cyprich on 30 Sep 2008 | Tagged as: Tech Tips

If you try to download a file with .ppd extension on a web site hosted by Windows 2008 Server, an error message will be returned to the user. The same problem will occur for any file extension not recognized by the web server.

You can fix this problem by adding a MIME type for PPD files with the following steps:

  1. Open Internet Information Services (IIS) Manager.
  2. Locate your web site in the Sites folder.
  3. Open MIME Types in the IIS section.
  4. Right click the mouse button and select Add.
  5. Enter the following information in the fields below:
    File name extension: .ppd
    MIME type: application/ppd-adobe
  6. Press OK and the MIME type will be active.

The MIME type I created for PPD files probably isn’t accurate, but it doesn’t have to be. You can enter any value here. It will force the file to be downloaded because it can’t find the application to run it.

The same procedure can be used to setup any other file extension that your web site uses.


Related posts:
    Fixing File Upload Size Limit in IIS 7
    Fixing web.config for Windows 2008 Server Web Applications
    NeatUpload and Windows 2008 Server
    It’s Not a Bug … It’s a Feature!

Share this post:

del.icio.us:Downloading a PPD File on Windows 2008 Server digg:Downloading a PPD File on Windows 2008 Server spurl:Downloading a PPD File on Windows 2008 Server wists:Downloading a PPD File on Windows 2008 Server simpy:Downloading a PPD File on Windows 2008 Server newsvine:Downloading a PPD File on Windows 2008 Server blinklist:Downloading a PPD File on Windows 2008 Server furl:Downloading a PPD File on Windows 2008 Server reddit:Downloading a PPD File on Windows 2008 Server fark:Downloading a PPD File on Windows 2008 Server blogmarks:Downloading a PPD File on Windows 2008 Server Y!:Downloading a PPD File on Windows 2008 Server smarking:Downloading a PPD File on Windows 2008 Server magnolia:Downloading a PPD File on Windows 2008 Server segnalo:Downloading a PPD File on Windows 2008 Server gifttagging:Downloading a PPD File on Windows 2008 Server

Follow Me:

Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.


Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply