CAN I USE PARENT PATHS IN CLASSIC ASP?

Created by Salim Shadman, Modified on Sun, 27 Aug, 2023 at 4:02 AM by Salim Shadman

ASP Parent Paths are disabled on our platform.

As a result, Classic ASP scripts using “../” notation for includes will not work correctly.

As an alternative to using parent paths in your ASP code, you can use virtual paths. Virtual paths need you to enter the full folder path from the URL root of your website. For example, changing:

<!–#include file=”../_fpclass/fpdblib.inc” –>

To:

<!–#include virtual=”/_fpclass/fpdblib.inc”–>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article