Not sure if this is the correct place to ask...
I'm trying to learn a bit of PHP so have installed it with IIS7 onto my Vista SP1 laptop following the instructions here http://www.iis.net/articles/view.aspx/IIS7/Hosting-Web-Applications/PHP/Using-FastCGI-to-host-PHP-applications-on-IIS7.
It all works as far as using the command prompt to confirm that PHP is working but when I try using IE7 to browses to http://localhost/phpinfo.php, the server returns a 403 forbidden error - "The website declined to show this webpage"
In the Event Viewer system log, an error is generated - Event 10016, Distributed COM
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID (this varies each time) to the user (my user) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
Any ideas what's going wrong here and how to fix it?
Cheers
Ed