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

  1. #1

    Default ASP + Windows XP

    When I try to run a simple login script accessing an Access DB on my
    computer, the browser shows the ASP code in the browser when I hit the
    login button... Why is this?
    MQ Geek Guest

  2. Similar Questions and Discussions

    1. Coldfusion services stop working when windows 2000hotfix patches are installed on the windows 2000 operatingsystem
      The following windows 2000 hotfix patches were installed on windows 2000 operating system - KB917537 KB917159 KB914388 Coldfusion service...
    2. authenticating users using their windows login with cf 4and windows server 2000
      Does anyone know of a way to authenticate users using cfauthenticate and security context using coldfusion 4 running on a windows server 2000...
    3. Windows tries to launch Microsoft Windows Journal Viewer when launching Acrobat Pro 6
      Thank You all for the responses! I chose to remove the Journal and life is good again! Great Forum! Brian
    4. Acrobat Printers Missing in Printer Folders after Windows XP Upgrade from Windows Me
      I just upgraded one of my computers from Windows Me to Windows XP Home. The computer had Adobe Acrobat 5.0.5 installed within the Windows Me. Now...
    5. How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
      How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
  3. #2

    Default Re: ASP + Windows XP

    Are you going to [url]http://localhost/page.asp[/url] as opposed to
    C:\Inetpub\wwwroot\page.asp?

    Ray at work

    "MQ Geek" <kyle@emarketfocus.com> wrote in message
    news:4f726f63.0407150953.1837cf89@posting.google.c om...
    > When I try to run a simple login script accessing an Access DB on my
    > computer, the browser shows the ASP code in the browser when I hit the
    > login button... Why is this?

    Ray at Guest

  4. #3

    Default Re: ASP + Windows XP

    I never knew you had to go to [url]http://localhost/page.asp[/url]... Why is that?

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    MQ Geek Guest

  5. #4

    Default Re: ASP + Windows XP

    Because IIS reacts to the HTTP requests. When you go to C:\Path, you're
    just browsing the file system, the same way as you would in Windows
    Explorer.

    Ray at work

    "MQ Geek" <kyle@emarketfocus.com> wrote in message
    news:uSf98upaEHA.712@TK2MSFTNGP11.phx.gbl...
    >I never knew you had to go to [url]http://localhost/page.asp[/url]... Why is that?
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Ray at Guest

  6. #5

    Default Re: ASP + Windows XP

    Do you know if a script for an Access database would work with a Foxpro
    database?

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    MQ Geek Guest

  7. #6

    Default Re: ASP + Windows XP

    You may want to start a new thread when the question is a totally new topic.
    When you do, include the script in question!

    Ray at home

    "MQ Geek" <kyle@emarketfocus.com> wrote in message
    news:OWqybWsaEHA.3892@TK2MSFTNGP10.phx.gbl...
    > Do you know if a script for an Access database would work with a Foxpro
    > database?
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Ray at Guest

  8. #7

    Default Re: ASP + Windows XP

    On Thu, 15 Jul 2004 16:44:01 -0700, MQ Geek <kyle@emarketfocus.com>
    wrote:
    >Do you know if a script for an Access database would work with a Foxpro
    >database?
    Well, umm, no. At the very list you'd need to change the connection.
    Google for "ASP Foxpro" and you'll probably get some samples. For
    connection strings, see:

    [url]http://www.able-consulting.com/ADO_Conn.htm[/url]

    Most SQL and most of your ASP will work if you get the Access-specific
    stuff translated to Foxpro-speak.

    Jeff
    Jeff Cochran 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