Questions tagged [provider-hosted]
19 questions
0
votes
2 answers
How to fix Invalid field or parameter url in SP.Executor.js in people picker Sharepoint Provided-Hosted App
@{
Layout = null;
}
People Picker HTML Markup

Jom Orolfo
- 11
- 6
0
votes
1 answer
Office Online Server and Provider Hosted Apps on the same server
I am trying to work on Provider Hosted Apps for few functionalities here and at the same time configuring Office Web App Server. As per the documentation at https://technet.microsoft.com/en-us/library/jj219435.aspx#software it says
You can use…

Deepak
- 731
- 4
- 11
- 21
-1
votes
1 answer
$.post always failed ASP.NET MVC with provider hosted app
I'm using following code in a SharePoint provider hosted MVC app to hit a controller method
var urlAddProduct = "/Home/AddProduct?SPHostUrl=" + spHostUrl;
$.post(urlAddProduct,
{
id: id
}).done(function () {
…

user32124
- 23
- 8
-2
votes
2 answers
Sharepoint 2013 On-Premises C# CSOM Cross Site Collection List Access
I see this has sorta been asked a bunch times before, but all the examples I am running across will not work or are in JavaScript , I NEED HELP WITH C# please.
I have a farm with server site collections on it, I successfully created a provider…

ksliman
- 595
- 1
- 8
- 21