To shift your Invision Community files to your drive on Windows (if that's what you meant) while running under IIS 7, follow these steps:
1. Stop IIS
Open IIS Manager and stop the website associated with your Invision Community. This will prevent any file conflicts while you’re moving things about.
2. Copy the Files to the New Location
Navigate to the current folder on your boot drive where your community files are stored. Copy the entire directory (avoid cutting in case you need to revert).
Paste the copied folder to your preferred location on the drive.
3. Update IIS Settings
In IIS Manager, locate and select your site for Invision Community.
On the right, under Actions, click Basic Settings.
Change the Physical Path to the new directory on your drive.
4. Update PHP Configuration (if applicable)
If PHP is set to use specific paths on the boot drive (like open_basedir or include_path), open your php.ini file and update these paths to match the new directory on D.
5. Check Invision Community Configurations
Open your Invision Community’s main configuration file (often conf_global.php) and check if hard-coded paths are pointing to the old drive. Update these as necessary.
6. Restart IIS
Once everything’s updated, restart IIS to ensure the changes are applied.
7. Test Your Site
Visit your website to ensure it’s loading correctly from the new drive location.
If everything works as expected, you can delete the old files from your boot drive to free up space.
@circuits No clue why the sad faces, but I meant D : driver with the colon (:). I know it’s been a while since you created the post, but you've got the answer if it’s still a question.