Forum Discussion
The page you are looking for cannot be displayed because an invalid method (HTTP verb)
I was working on the sample:
https://github.com/SharePoint/PnP/tree/master/Samples/Provisioning.SubSiteCreationApp
when i tried to deploy it in Azure the provider hosted.
So i created a web app, downloaded the profile, imported it as ftp, generated client id and secret from the main online site ,
copied the id to App Manifest of SharePoint project of the solution
copied Azure URL to the manifest followed by ?{StandardTokens}
copied id and secret to Web.Config of the Web Project
Published the SharePoint project to get the App
Uploaded it to the site col /AddInCatalogue to upload it
then went to the Developer site col and found the App installed to the site.
Clicked on it, got this:
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used.
Could you please help me to get it resolved.
Thanks