Mimetype .aspx?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick F

    Mimetype .aspx?

    I cant figure out what mimetype .aspx pages are, i have been searching thru
    msdn and the only thing that i found was a way to list all mimetypes
    installed on the computes, output something like this:

    Microsoft (R) Windows Script Host Version 5.1 for Windows
    Copyright (C) Microsoft Corporation 1996-1999. All rights reserved.

    Total MIME Map Entries: 189

    Extension MIME Type
    ..* application/octet-stream
    ..323 text/h323
    ..acx application/internet-property-stream
    ..ai application/postscript
    ..aif audio/x-aiff
    ..aifc audio/aiff
    ..aiff audio/aiff
    ..asf video/x-ms-asf
    ..asr video/x-ms-asf
    ..asx video/x-ms-asf
    ..au audio/basic
    -- More --

    what mimetype is aspx? is it like .exe files?
    application/octet-stream ?
  • Patrice

    #2
    Re: Mimetype .aspx?

    Humm.. What do you want to do with this infromation. An ASPX page streams
    text/html to the browser. This is a server side thing, the client doesn't
    care wether it comes an ASPX, ASP, PHP, JSP or whatever else page...

    Patrice

    --

    "Patrick F" <PatrickF@discu ssions.microsof t.com> a écrit dans le message de
    news:F95E594B-B1BC-4A64-9EA0-73E099C542DF@mi crosoft.com...[color=blue]
    > I cant figure out what mimetype .aspx pages are, i have been searching[/color]
    thru[color=blue]
    > msdn and the only thing that i found was a way to list all mimetypes
    > installed on the computes, output something like this:
    >
    > Microsoft (R) Windows Script Host Version 5.1 for Windows
    > Copyright (C) Microsoft Corporation 1996-1999. All rights reserved.
    >
    > Total MIME Map Entries: 189
    >
    > Extension MIME Type
    > .* application/octet-stream
    > .323 text/h323
    > .acx application/internet-property-stream
    > .ai application/postscript
    > .aif audio/x-aiff
    > .aifc audio/aiff
    > .aiff audio/aiff
    > .asf video/x-ms-asf
    > .asr video/x-ms-asf
    > .asx video/x-ms-asf
    > .au audio/basic
    > -- More --
    >
    > what mimetype is aspx? is it like .exe files?
    > application/octet-stream ?[/color]


    Comment

    Working...