Can I use parent paths in Classic ASP?

Can I use parent paths in Classic ASP?

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"-->

    • Related Articles

    • How do I use the CDN?

      The CDN is quick and easy to use. Head to the package you want to enable our CDN for and locate the CDN section.  To activate the main Edge Caching element of the CDN, select Edge Caching - select the toggle to activate it (Manage Hosting -> Manage ...
    • Should you use POP3 or IMAP?

      Both IMAP and POP3 are protocols that allow you to receive emails from a remote server. Your email client uses these protocol to connect to your mailbox server. You may have your email client on your smartphone, laptop and desktop, and this is where ...
    • How can I show detailed ASP errors?

      By default, Windows Server hides application errors from your website. You can override this by adding the following inside a 'web.config' file that will cause IIS to output any errors to your browser: <configuration>     <system.webServer>         ...
    • How can I use FTP before changing DNS?

      If you wish to access the File Transfer Protocol (FTP) service before you point your DNS to VISYOO, you can use the hostname of our FTP service directly. For Linux and Windows, please use: ftp.stackcp.com For Managed WordPress, please ...
    • What details should I use for a WordPress SMTP plugin?

      The best SMTP details to use when configuring an SMTP plugin within WordPress when you're using VISYOO WordPress hosting are:  Outgoing mail server: smtp.stackmail.com Outgoing server port (SMTP): 587 Use the following type of encrypted ...