When I get redirected to the provider-hosted app I get the following error:
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
The invalid verb is a POST. How do i edit the web.config or project to allow the POST verb?
The web.config already has this entry which I thought would take care of it:
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />