ASP, Access db on IIS6

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

  1. #1

    Default ASP, Access db on IIS6

    I recently installed Windows 2003 Server Web Edition/IIS6.
    I put an ASP site that uses Access 2000. I have ASP
    extensions enabled in IIS. When I go to an ASP page is
    works, however, when I go to an ASP that uses the db it
    does not work.

    Error:
    HTTP 500 - Internal server error
    Internet Explorer

    I can run the same site on Windows 2000/IIS5 and it works
    fine.

    Any ideas?
    wills Guest

  2. Similar Questions and Discussions

    1. CF5 on IIS6
      I've followed the instructions here http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18689 but the installation doesn't work. In IIS...
    2. IIS6 - Access bug
      http://support.microsoft.com/default.aspx?scid=kb;en-us;838306 -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account...
    3. php.ini will not load for IIS6
      Simply put, I cannot get php.ini to load while using Windows 2003/IIS6 Mind you, php.ini is in the windows directory, as it should be. And if I...
    4. Access is Denied when I try sending email at ASP.net on IIS6
      Hi all, I just migrated my website to the IIS 6.0. Everything is the same and everything is running perfect except I got this error message...
    5. Could not access CDO.Message object in IIS6.0
      Hi, I would really appreciate if somebody could give some advise on this. I've a ASP.NET application that is supposed to send emails and it is...
  3. #2

    Default Re: ASP, Access db on IIS6

    [url]http://www.aspfaq.com/show.asp?id=2109[/url]
    "wills" <anonymous@discussions.microsoft.com> wrote in message
    news:724b01c40230$00d2d780$a401280a@phx.gbl...
    > I recently installed Windows 2003 Server Web Edition/IIS6.
    > I put an ASP site that uses Access 2000. I have ASP
    > extensions enabled in IIS. When I go to an ASP page is
    > works, however, when I go to an ASP that uses the db it
    > does not work.
    >
    > Error:
    > HTTP 500 - Internal server error
    > Internet Explorer
    >
    > I can run the same site on Windows 2000/IIS5 and it works
    > fine.
    >
    > Any ideas?

    Ray at Guest

  4. #3

    Default Re: ASP, Access db on IIS6

    Unchecked: Show Friendly HTTP error messages

    Now I get to see my error:

    ---
    Active Server Pages error 'ASP 0131'
    Disallowed Parent Path
    /locator/index.asp, line 1

    The Include file '../includes/Include_ASPSettings.asp'
    cannot contain '..' to indicate the parent directory.
    ---

    Now does this mean that I have to change a lot of code?
    Wonder how I'm going to fix this problem?

    Wills
    >-----Original Message-----
    >[url]http://www.aspfaq.com/show.asp?id=2109[/url]
    >"wills" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:724b01c40230$00d2d780$a401280a@phx.gbl...
    >> I recently installed Windows 2003 Server Web
    Edition/IIS6.
    >> I put an ASP site that uses Access 2000. I have ASP
    >> extensions enabled in IIS. When I go to an ASP page is
    >> works, however, when I go to an ASP that uses the db it
    >> does not work.
    >>
    >> Error:
    >> HTTP 500 - Internal server error
    >> Internet Explorer
    >>
    >> I can run the same site on Windows 2000/IIS5 and it
    works
    >> fine.
    >>
    >> Any ideas?
    >
    >
    >.
    >
    wills Guest

  5. #4

    Default Re: ASP, Access db on IIS6

    Enable parent pathes.

    works fine
    >-----Original Message-----
    >Unchecked: Show Friendly HTTP error messages
    >
    >Now I get to see my error:
    >
    >---
    >Active Server Pages error 'ASP 0131'
    >Disallowed Parent Path
    >/locator/index.asp, line 1
    >
    >The Include file '../includes/Include_ASPSettings.asp'
    >cannot contain '..' to indicate the parent directory.
    >---
    >
    >Now does this mean that I have to change a lot of code?
    >Wonder how I'm going to fix this problem?
    >
    >Wills
    >
    >>-----Original Message-----
    >>[url]http://www.aspfaq.com/show.asp?id=2109[/url]
    >>"wills" <anonymous@discussions.microsoft.com> wrote in
    >message
    >>news:724b01c40230$00d2d780$a401280a@phx.gbl...
    >>> I recently installed Windows 2003 Server Web
    >Edition/IIS6.
    >>> I put an ASP site that uses Access 2000. I have ASP
    >>> extensions enabled in IIS. When I go to an ASP page is
    >>> works, however, when I go to an ASP that uses the db it
    >>> does not work.
    >>>
    >>> Error:
    >>> HTTP 500 - Internal server error
    >>> Internet Explorer
    >>>
    >>> I can run the same site on Windows 2000/IIS5 and it
    >works
    >>> fine.
    >>>
    >>> Any ideas?
    >>
    >>
    >>.
    >>
    >.
    >
    wills 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