Hi all,
I have an IIS7.5 server that's correctly serving up aspx and php pages. But I'm running into a problem trying to edit some of the pages using either vs2010beta2 or web expression 3.
I cant open the site at all using vs2010b2 - complains about the fp extensions not being installed. I'm using webdav instead.
So i tried using web expression. When ever i try to save a php file i get the following error:
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
I can however save an aspx page. I'm guessing it has something to do with the php handler mapping, but i'm not sure what since it's set to allow all verbs. its set to use the fastcgi handler.
Any ideas whats going wrong here?