I am trying to build a simple php app following the guide here. I have setup the SDK for PHP and can build the project fine. When I build the project however the page loads with a 403 error. In the web.config file I have the following for the default document:
<defaultDocument>
<files>
<clear/>
<add value="index.php" />
</files>
</defaultDocument>
If I take out the clear/ line and rebuild the project the page loads with a 500 internal server error.
Any ideas what could be causing this? Let me know if you need any more info.
