How to Add a MIME File Type for ASP Downloading

How to Add a MIME File Type for ASP Downloading thumbnail
MIME types are used for web applications.

Active server pages (ASP) are hosted on Microsoft's Internet Information Services (IIS) to provide dynamic content for end users. A MIME type is a configuration on the IIS server that allows a program to download and run application extensions. For instance, when a user clicks a SWF file line, the server downloads the file to the user's browser and automatically starts the appropriate Flash viewer. These MIME types are set in the IIS console.

Instructions

    • 1

      Click the Windows Start button and select "All Programs." Select "Administrative Tools" and then click the link labeled "Internet Information Services (IIS)." This opens the IIS configuration console.

    • 2

      Right-click the web server host name and select "Properties." This opens the properties window for the IIS server. Click the "Feature View" tab. Double-click the "MIME Types" icon to open a list of currently configured MIME types.

    • 3

      Click the button labeled "Add MIME Type." A dialog box opens prompting you for the download file type. Enter the file extension in the first text box.

    • 4

      Enter the application used for the file extension in the text box labeled "MIME type." For instance, if you want the user to download an SWF file in Flash, enter "application/x-shockwave-flash" into the MIME type text box.

    • 5

      Press the "OK" button in the dialog box. Click "OK" again in the main properties window. The MIME type is now set for your ASP application.

Related Searches:

References

Resources

  • Photo Credit http, www, icon, web, website image by creative from Fotolia.com

Comments

You May Also Like

  • How to Set MIME Types in IIS 6

    Internet Information Services (IIS) is the Microsoft web host that allows you to host and create websites. The IIS console gives you...

  • How to Configure Mime Types

    Multipurpose Internet Mail Extensions (MIME) types define the type of data contained within a file on a web server. MIME types are...

  • How to Add MIME Types

    MIME types enable Web browsers to display files that are not in HTML format. While file extensions are often used in a...

  • How to Allow Unknown MIME Types in IIS 7

    Multipurpose Internet Mail Extension (MIME) types are responses that are sent to a user when a resource is requested. This response identifies...

  • How to Add MIME Types in IIS

    Multipurpose Internet Mail Extensions (MIME) types are settings and configurations on an Internet Information Server (IIS) that tell the browser what type...

  • How to Register a MP4 Mime Type in IIS

    Multipurpose Internet Mail Extensions (MIME) types instruct the user's Web browser to open a specific program for a file extension. MIME types...

  • Web Server MIME Types

    Web Server MIME Types. The term MIME types refers to a set of standard designations established by the Internet Engineering Task Force...

  • How to Set Mime Types

    MIME types describe the media type of email and, more recently, web servers and applications. While specific file extensions are usually used...

  • How to Add MIME Types to the Godaddy Web.Config

    Multipurpose Internet Mail Extensions is a specification for displaying file formats. Upon request from a browser, Internet Information Server sends the requested...

  • How to Register Mime Types

    Multipurpose Internet Mail Extensions (MIME) is a type of recognition system that lets browsers open the right program for an embedded file....

Related Ads

Featured