• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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