FIle location creating 500 error

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

  1. #1

    Default FIle location creating 500 error

    While using FrontPage 2003 against a Windows 2003
    Server,I created a form/database connection. This runs
    fine in the root folder of the server but when I create
    the same file in a sub-directory, I get a 500 server
    error.

    I've checked NTFS permissions and both folders give
    EVERYONE and server/users RWX permission.

    Any Ideas?

    -dw
    David Wolfe Guest

  2. Similar Questions and Discussions

    1. creating shared folder location hanges when creating a review
      Hi All, I am using Acrobat Pro 8.1.2 for Mac. When I try to create a document for review, I get through all the steps until I get the pop up...
    2. Error "creating file: 1008:5, -5000 Access Denied Error"
      I'm unable to install Flash Player 9 in OS X (10.4.8). I followed the following tech note: http://www.adobe.com/go/4aa64290 * I uninstalled Flash...
    3. Error: That location is controlled by another site.Please choose another location
      Hi, I was wondering if anybody came across this error before: "That location is controlled by another site. Please choose another location" I am...
    4. Creating new link to folder location in actionscript code?
      Hello everyone, your help is greatly appreciated! Summary: How do I create a new path to a folder in an actionscript file? ...
    5. Error creating control file
      Hi, I have two 9i databases with sid 'dev1' and 'dev2'. The control files for 'dev1' got messed up, and I have to recreate them. When I try to...
  3. #2

    Default Re: FIle location creating 500 error


    "David Wolfe" <woofish@hotmail.com> wrote in message
    news:0c8801c3d5fe$f08a49b0$a501280a@phx.gbl...
    > While using FrontPage 2003 against a Windows 2003
    > Server,I created a form/database connection. This runs
    > fine in the root folder of the server but when I create
    > the same file in a sub-directory, I get a 500 server
    > error.
    >
    > I've checked NTFS permissions and both folders give
    > EVERYONE and server/users RWX permission.
    What is the 500 error? Have you got show Friendly error messages turned off?



    Dan Boylett Guest

  4. #3

    Default Re: FIle location creating 500 error

    > I've checked NTFS permissions and both folders give
    > EVERYONE and server/users RWX permission.
    Why does everyone (no pun intended) think that they need to open up their
    security for everyone?

    Try setting permissions explicitly for the user that needs it, IUSR_<machine
    name>

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand - MVP Guest

  5. #4

    Default Re: FIle location creating 500 error


    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:u6CIlyg1DHA.1740@TK2MSFTNGP12.phx.gbl...
    > > I've checked NTFS permissions and both folders give
    > > EVERYONE and server/users RWX permission.
    >
    > Why does everyone (no pun intended) think that they need to open up their
    > security for everyone?
    >
    > Try setting permissions explicitly for the user that needs it,
    IUSR_<machine
    > name>
    Because it sounds logically easy (always a bad thing...) and 'security
    doesn't really matter, I'm only testing' ?



    Dan Boylett Guest

  6. #5

    Default Re: FIle location creating 500 error

    This is a reply to both Aaron and Dan...

    Thanks for the info.

    To answer Aaron, to test if changing file permissions has
    any effect.

    Now back to our regularly scheduled problem.

    Turns out you cannot use an absolute path to an include,
    at least using FrontPage 2003's form handler.
    -------

    Active Server Pages error 'ASP 0131'
    Disallowed Parent Path
    /cis125/wolfe/test1.asp, line 70
    The Include file '../../_fpclass/fpdbform.inc' cannot
    contain '..' to indicate the parent directory.
    ----

    My workaround is to place a copy of fpdbform.inc in the
    same directory as the form page. Seems odd.

    -dw
    >-----Original Message-----
    >> I've checked NTFS permissions and both folders give
    >> EVERYONE and server/users RWX permission.
    >
    >Why does everyone (no pun intended) think that they need
    to open up their
    >security for everyone?
    >
    >Try setting permissions explicitly for the user that
    needs it, IUSR_<machine
    >name>
    >
    >--
    >Aaron Bertrand
    >SQL Server MVP
    >[url]http://www.aspfaq.com/[/url]
    >
    >
    >.
    >
    Guest

  7. #6

    Default Re: FIle location creating 500 error

    This is a IIS6 thing. You can change it though. Enter the "Disallowed
    Parent Path" in Google, and you'll see that this is a very common issue that
    people come across when going to 2003.

    Ray at work

    <woofish@hotmail.com> wrote in message
    news:021101c3d616$12a03660$a301280a@phx.gbl...
    > This is a reply to both Aaron and Dan...
    >
    > Thanks for the info.
    >
    > To answer Aaron, to test if changing file permissions has
    > any effect.
    >
    > Now back to our regularly scheduled problem.
    >
    > Turns out you cannot use an absolute path to an include,
    > at least using FrontPage 2003's form handler.
    > -------
    >
    > Active Server Pages error 'ASP 0131'
    > Disallowed Parent Path
    > /cis125/wolfe/test1.asp, line 70
    > The Include file '../../_fpclass/fpdbform.inc' cannot
    > contain '..' to indicate the parent directory.
    > ----
    >
    > My workaround is to place a copy of fpdbform.inc in the
    > same directory as the form page. Seems odd.
    >
    > -dw
    >
    > >-----Original Message-----
    > >> I've checked NTFS permissions and both folders give
    > >> EVERYONE and server/users RWX permission.
    > >
    > >Why does everyone (no pun intended) think that they need
    > to open up their
    > >security for everyone?
    > >
    > >Try setting permissions explicitly for the user that
    > needs it, IUSR_<machine
    > >name>
    > >
    > >--
    > >Aaron Bertrand
    > >SQL Server MVP
    > >[url]http://www.aspfaq.com/[/url]
    > >
    > >
    > >.
    > >

    Ray at Guest

  8. #7

    Default Re: FIle location creating 500 error

    Thanks to all

    -dw

    >-----Original Message-----
    >This is a IIS6 thing. You can change it though. Enter
    the "Disallowed
    >Parent Path" in Google, and you'll see that this is a
    very common issue that
    >people come across when going to 2003.
    >
    >Ray at work
    >
    ><> wrote in message
    >news:021101c3d616$12a03660$a301280a@phx.gbl...
    >> This is a reply to both Aaron and Dan...
    >>
    >> Thanks for the info.
    >>
    >> To answer Aaron, to test if changing file permissions
    has
    >> any effect.
    >>
    >> Now back to our regularly scheduled problem.
    >>
    >> Turns out you cannot use an absolute path to an
    include,
    >> at least using FrontPage 2003's form handler.
    >> -------
    >>
    >> Active Server Pages error 'ASP 0131'
    >> Disallowed Parent Path
    >> /cis125/wolfe/test1.asp, line 70
    >> The Include file '../../_fpclass/fpdbform.inc' cannot
    >> contain '..' to indicate the parent directory.
    >> ----
    >>
    >> My workaround is to place a copy of fpdbform.inc in the
    >> same directory as the form page. Seems odd.
    >>
    >> -dw
    >>
    >> >-----Original Message-----
    >> >> I've checked NTFS permissions and both folders give
    >> >> EVERYONE and server/users RWX permission.
    >> >
    >> >Why does everyone (no pun intended) think that they
    need
    >> to open up their
    >> >security for everyone?
    >> >
    >> >Try setting permissions explicitly for the user that
    >> needs it, IUSR_<machine
    >> >name>
    >> >
    >> >--
    >> >Aaron Bertrand
    >> >SQL Server MVP
    >> >[url]http://www.aspfaq.com/[/url]
    >> >
    >> >
    >> >.
    >> >
    >
    >
    >.
    >
    David Wolfe Guest

  9. #8

    Default Re: FIle location creating 500 error

    On Thu, 8 Jan 2004 10:34:38 -0800, <woofish@hotmail.com> wrote:
    >This is a reply to both Aaron and Dan...
    >
    >Thanks for the info.
    >
    >To answer Aaron, to test if changing file permissions has
    >any effect.
    Except it has no effect on the permissions needed. To echo Aaron:

    Why does *everyone* think that *everyone* really means *everyone*?
    The group "Everyone" is a group. That's all. If an account isn't in
    that group, no amount of permissions using the group everyone will
    make a difference. By default, the group "Everyone" doesn't include
    the IUSR/IWAM accounts.

    Which means, when you change permissions to allow full access for
    "everyone" you actually allow access for all accounts except the one
    you're really using. Thus, you "prove" that it's not a security issue
    when it may or may not be, and in the process, defeat the security of
    your system.

    Jeff

    >Now back to our regularly scheduled problem.
    >
    >Turns out you cannot use an absolute path to an include,
    >at least using FrontPage 2003's form handler.
    >-------
    >
    >Active Server Pages error 'ASP 0131'
    >Disallowed Parent Path
    >/cis125/wolfe/test1.asp, line 70
    >The Include file '../../_fpclass/fpdbform.inc' cannot
    >contain '..' to indicate the parent directory.
    >----
    >
    >My workaround is to place a copy of fpdbform.inc in the
    >same directory as the form page. Seems odd.
    >
    >-dw
    >
    >>-----Original Message-----
    >>> I've checked NTFS permissions and both folders give
    >>> EVERYONE and server/users RWX permission.
    >>
    >>Why does everyone (no pun intended) think that they need
    >to open up their
    >>security for everyone?
    >>
    >>Try setting permissions explicitly for the user that
    >needs it, IUSR_<machine
    >>name>
    >>
    >>--
    >>Aaron Bertrand
    >>SQL Server MVP
    >>[url]http://www.aspfaq.com/[/url]
    >>
    >>
    >>.
    >>
    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