• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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