• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Moving ASP sites to PLESK 7 - HELP

B

BillionNamesGod

Guest
Ok, I've created a virtual server in plesk 7,
created a database.

I copied the files into the root vhosts/httpdocs


when I try the domain in the browser I get:

Active Server Pages error 'ASP 0126'

Include file not found

/DOMAIN.co.uk_non_ssl/Default.asp, line 96

The include file '/davidhammond/proprt.inc' was not found.
 
help

I assume it's trying to find a virtual server
that doesn't exist!

how to I create a virtual mapping?
 
Are you using IIS6 on windows 2003 server?

If so, you have to enable parent paths by doing the following:

1. Open the IIS mmc snap-in.
2. Right click the domain name in question
3. Select the 'home directory' tab
4. click the 'configuration' button
5. Then select the 'options' tab
6. Check the 'enable parent paths' checkbox
7. Apply and close

This should do it...
 
Back
Top