• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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