Ask a Question related to ASP Database, Design and Development.
-
David Wolfe #1
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
-
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... -
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... -
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... -
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? ... -
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... -
Dan Boylett #2
Re: FIle location creating 500 error
"David Wolfe" <woofish@hotmail.com> wrote in message
news:0c8801c3d5fe$f08a49b0$a501280a@phx.gbl...What is the 500 error? Have you got show Friendly error messages turned off?> 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.
Dan Boylett Guest
-
Aaron Bertrand - MVP #3
Re: FIle location creating 500 error
> I've checked NTFS permissions and both folders give
Why does everyone (no pun intended) think that they need to open up their> EVERYONE and server/users RWX permission.
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
-
Dan Boylett #4
Re: FIle location creating 500 error
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:u6CIlyg1DHA.1740@TK2MSFTNGP12.phx.gbl...IUSR_<machine>> > 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,Because it sounds logically easy (always a bad thing...) and 'security> name>
doesn't really matter, I'm only testing' ?
Dan Boylett Guest
-
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
to open up their>-----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 needneeds it, IUSR_<machine>security for everyone?
>
>Try setting permissions explicitly for the user that>name>
>
>--
>Aaron Bertrand
>SQL Server MVP
>[url]http://www.aspfaq.com/[/url]
>
>
>.
>Guest
-
Ray at #6
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
>> to open up their> >-----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> needs it, IUSR_<machine> >security for everyone?
> >
> >Try setting permissions explicitly for the user that> >name>
> >
> >--
> >Aaron Bertrand
> >SQL Server MVP
> >[url]http://www.aspfaq.com/[/url]
> >
> >
> >.
> >
Ray at Guest
-
David Wolfe #7
Re: FIle location creating 500 error
Thanks to all
-dw
the "Disallowed>-----Original Message-----
>This is a IIS6 thing. You can change it though. Entervery common issue that>Parent Path" in Google, and you'll see that this is ahas>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 permissionsinclude,>> any effect.
>>
>> Now back to our regularly scheduled problem.
>>
>> Turns out you cannot use an absolute path to anneed>> 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>>> to open up their>> needs it, IUSR_<machine>> >security for everyone?
>> >
>> >Try setting permissions explicitly for the user that>> >name>
>> >
>> >--
>> >Aaron Bertrand
>> >SQL Server MVP
>> >[url]http://www.aspfaq.com/[/url]
>> >
>> >
>> >.
>> >
>
>.
>David Wolfe Guest
-
Jeff Cochran #8
Re: FIle location creating 500 error
On Thu, 8 Jan 2004 10:34:38 -0800, <woofish@hotmail.com> wrote:
Except it has no effect on the permissions needed. To echo Aaron:>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.
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
>>to open up their>>-----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>needs it, IUSR_<machine>>security for everyone?
>>
>>Try setting permissions explicitly for the user that>>name>
>>
>>--
>>Aaron Bertrand
>>SQL Server MVP
>>[url]http://www.aspfaq.com/[/url]
>>
>>
>>.
>>Jeff Cochran Guest



Reply With Quote

