Thursday, September 29, 2016
Friday, August 12, 2016
Provider Hosted App -Windows Azure Hosting (Post2)
Publish the app
Publish the web application from visual studio.
select publish target as import option to upload the Profile which we download from azure portal.
Deploy your project/solution to the target SharePoint site through visual studio.
we're finally all set to go.
Subscribe to:
Comments (Atom)
Creating Provider hosted app (sharepoint online) with local hosted IIS
The Pre-requires are as follows. 1. Office 365 Subscription 2. Visual Studio 2015 (Professional/Community/Enterprise Edition) With t...
-
SP2013 vs SP2010 As we know Microsoft has released the next version of SharePoint 2010 which is called as SharePoint 2013(p...
-
if (( Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue ) -eq $null ) { Add-PSSnap...
-
Introduction In this article, I will explain how to call ASP.NET web API in your Angular project step by step. You need to enable CORS i...