[quote=Jason Byrnes;26480]First, lets test that your site is working properly.
In the powerstore site, create a new file name phpinfo.php.
add the following code:
<?php phpinfo(); ?>
then try loading that page in a browser:
phpinfo.php
this should return information about your php installation, if it does not, there is a problem with your webserver.
quote]
We may be narrowing things down. I performed the test you suggested for the phpinfo.php page and here is what I got:
CustomErrorModuleNotificationSendResponseHandlerNot yet determinedError Code0x80070003Config ErrorCannot read configuration file Config File\\?\L:\ALL SITE CONTENT\OSHELF WEB\powerstore_site/\web.config
Requested URLhttp://localhost:80/powerstore/php.infoPhysical PathL:\ALL SITE CONTENT\OSHELF WEB\powerstore_site/\php.infoLogon MethodNot yet determinedLogon UserNot yet determined
Which I interpret to mean there is something wrong in my configuration file, but I don't have a clue how to fix it. I have watched the video attached several times and it didn't really help. Partly because I am using IIS 7 and creating a virtual directory (the article you gave me before was helpful on that) and he is working in ASP and many of the settings are different and it doesn't touch at on how to set up IIS 7.