Testing ASP off line, on XP Home

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Testing ASP off line, on XP Home

    I downloaded a simple login package that uses asp files to look in an access
    database, then go to an authorized user page or an unauthorized user page,
    depending on the result. Note: I'm working offline, trying to test this file
    locally. all the files required are in the same folder.- When I login, My
    browser displays the raw code for the "check_user.asp" file. Any clues to
    why?

    --
    Matt Massie


    Matt Massie Guest

  2. Similar Questions and Discussions

    1. Forced line break changes previous line endings
      Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line...
    2. Apache Server home testing web site
      Ok, to cut a long story short, I installed Apache server, studied the conf file a bit and found too many answers to a simple question or two. All...
    3. text line spacing and line tool
      1.) Using InDesign 2.0.2 - When aligning text (in one particular text frame)to a base grid, the text will always skip one line even though the base...
    4. Off-line movies accessing on-line data.
      I have designed some SWF movies for use on a XDA 2. These files will retrieve some of their content from on-line data files located on our...
    5. DRKv5 3D Line Chart line width, rendering problems
      I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum...
  3. #2

    Default Re: Testing ASP off line, on XP Home

    "Matt Massie" <rmmassie@comcast.net> wrote in message
    news:mdmdnbrpurVsJQeiRVn-jw@comcast.com...
    > I downloaded a simple login package that uses asp files to look in an
    access
    > database, then go to an authorized user page or an unauthorized user page,
    > depending on the result. Note: I'm working offline, trying to test this
    file
    > locally. all the files required are in the same folder.- When I login, My
    > browser displays the raw code for the "check_user.asp" file. Any clues to
    > why?
    >
    > --
    > Matt Massie
    Open your browser and type :

    http://localhost/{your_folder}/{your_page.asp}

    Don't open it up as a "file" but use your Web server to open it up as a
    "page".


    McKirahan Guest

  4. #3

    Default Re: Testing ASP off line, on XP Home

    > I downloaded a simple login package that uses asp files to look in an
    access
    > database, then go to an authorized user page or an unauthorized user page,
    > depending on the result. Note: I'm working offline, trying to test this
    file
    > locally. all the files required are in the same folder.- When I login, My
    > browser displays the raw code for the "check_user.asp" file. Any clues to
    > why?
    Because XP home doesn't have IIS (or any other web server), which is
    required to run ASP pages.

    [url]http://www.aspfaq.com/2079[/url]


    Aaron Bertrand [MVP] Guest

  5. #4

    Default Re: Testing ASP off line, on XP Home

    Thus spake Aaron Bertrand [MVP]:
    > > I downloaded a simple login package that uses asp files to look in an
    > access
    > > database, then go to an authorized user page or an unauthorized user page,
    > > depending on the result. Note: I'm working offline, trying to test this
    > file
    > > locally. all the files required are in the same folder.- When I login, My
    > > browser displays the raw code for the "check_user.asp" file. Any clues to
    > > why?
    >
    > Because XP home doesn't have IIS (or any other web server), which is
    > required to run ASP pages.
    >
    > [url]http://www.aspfaq.com/2079[/url]
    But one thing you can do is to get Abyss webserver (freeware -
    [url]http://www.aprelium.com/[/url]) and add on the ActiveHTML CGI package (about
    35 USD - [url]http://www.selisoft.com/en/ahtml/[/url]). ActiveHTML will let you
    try it for free for a while to see if it'll work for you. With
    ActiveHTML installed, it emulates IIS fairly well as far as ASP Classic
    is concerned.

    I got stuck ordering XP Home myself, not knowing it didn't have IIS on
    it, so I had to make do and it's worked out pretty well for development.
    Someday when I have more money I still want to get IIS so I can start
    working in ASP.NET though. That looks really cool.

    HTH

    --
    Wayfarer
    Journeys: [url]http://wayfarer.brinkster.net/contact.asp[/url]
    Wayfarer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139