Results 1 to 3 of 3

Thread: asp?

  1. #1

    Thread Starter
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    can asp pages be viewed by other browsers i.e. not MSIE?

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    Don't forget that ASP pages are simply text files that get "parsed" through The Internet Information Server before being sent to your normal web server.

    So this means ANYTHING that can browse the web can browse webpages created with ASP.

    The user never sees any of the ASP code becuase it has already been stripped out by the time it reaches them.

    Code:
    ASP with    IIS                    Web Server    User uses
    HTML     ------------> Pure HTML --------------> Browser to
    embedded                                         view

  3. #3

    Thread Starter
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    thanks, now i understand

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width