Home > Archive > ASP > January 2007 > Upgrade to Server 2003 and now this
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Upgrade to Server 2003 and now this
|
|
| Terry On Windigo 2007-01-10, 3:56 am |
| When I upgraded to Server 2003, I get this error now in my asp script which
is saving a form to an asp database. Do I need to do something different
now? I have used FP to design my forms, and to do my data results pages. I
am now using sharepoint services also which I was not using previously.
The Include file '../_fpclass/fpdbform.inc' cannot contain '..' to indicate
the parent directory.
Terry
| |
| Jon Paal 2007-01-10, 3:56 am |
| CAUSE
You receive this error message if the application calls an ASP method that requires the Parent Paths option to be enabled. The exact
error message depends on the method that is being called.
By default, the Parent Paths option is enabled in IIS 5.0, but it is disabled by default in IIS 6.0.
STATUS
This behavior is by design.
google this for more info:
cannot contain '..' to indicate the parent directory
"Terry On Windigo" <terry@windigo.com> wrote in message news:uwfZObGNHHA.1872@TK2MSFTNGP04.phx.gbl...
> When I upgraded to Server 2003, I get this error now in my asp script which is saving a form to an asp database. Do I need to do
> something different now? I have used FP to design my forms, and to do my data results pages. I am now using sharepoint services
> also which I was not using previously.
>
> The Include file '../_fpclass/fpdbform.inc' cannot contain '..' to indicate the parent directory.
>
> Terry
>
>
| |
| Bob Barrows [MVP] 2007-01-10, 7:56 am |
| Terry On Windigo wrote:
> When I upgraded to Server 2003, I get this error now in my asp script
> which is saving a form to an asp database. Do I need to do something
> different now? I have used FP to design my forms, and to do my data
> results pages. I am now using sharepoint services also which I was
> not using previously.
> The Include file '../_fpclass/fpdbform.inc' cannot contain '..' to
> indicate the parent directory.
>
http://classicasp.aspfaq.com/genera...in-iis-6-0.html
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|