I have got my IIS7, Vista x64 running with PHP 5 (FastCGI). It works perfectly when I have my websites located in C:\inetpub\
Because of the way my machine is set up, I need to relocate my sites to another drive and folder, that being P:\www.develop\
I have correctly set the IIS_IUSRS permissions on the site folder (and just in case, I made a new site folder via IIS so it set it's own permissions) yet I keep getting the error:
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
| Module | CustomErrorModule |
| Notification | SendResponse |
| Handler | Not yet determined |
| Error Code | 0x80070003 |
| Config Error | Cannot read configuration file
|
| Config File | \\?\P:\www.develop\monkey\web.config |
| Requested URL | http://localhost:81/ |
| Physical Path | P:\www.develop\monkey |
| Logon Method | Not yet determined |
| Logon User | Not yet determined |
Links and More Information
This error occurs when there is a problem reading the configuration
file for the Web server or Web application. In some cases, the event
logs may contain more information about what caused this error.
View more information ยป
After hours of searching the web for a solution, I am stuck.
My sites don't even have a web.config file in them, so I don't understand what is going on??
Please someone help me, it took two days to get IIS working with PHP in the first place, and I'm really fed up with errors and issues.