Questions tagged [sharepoint-2013]

Microsoft SharePoint version 2013

Definition

SharePoint is a collaboration environment that organizations of all sizes can use to increase the efficiency of business processes.

Important changes in SharePoint 2013

  • Cloud App model

  • Development tools enhancements

  • Expanded APIs

  • Database caching, called Cache Service

  • Content-aware switching, called Management

Hardware/software requirements

These can be found on this page on TechNet.

SharePoint Editions

SharePoint has multiple editions available including:

  • SharePoint Standard
  • SharePoint Server
  • SharePoint Enterprise
  • SharePoint Online

Latest releases of SharePoint

  • SharePoint Server 2019
  • SharePoint Enterprise 2019
4860 questions
74
votes
1 answer

Create or get specific SPTimeZone instance

What is the most convenient way to create a specific instance of Microsoft.SharePoint.SPTimeZone as the following one: SPTimeZone utc = SPRegionalSettings.GlobalTimeZones .OfType() …
Markus
  • 3,225
  • 6
  • 35
  • 47
74
votes
3 answers

IIS does not list a web site that matches the launched URL

I have sharepoint 2013 application deployed on IIS. When I want to start debugging, I face this error: "Unable to start debugging on the web server. IIS does not list a web site that matches the launched URL". I found a few solutions for this…
Oleg Kyrylchuk
  • 1,199
  • 1
  • 11
  • 21
45
votes
6 answers

Authorization to Office 365/Sharepoint online

I writing a WCF service that is hosted in Azure as a (PaaS). The service in turn needs to talk to Sharepoint 2013 Online/Office 365. I was looking at using the Sharepoint Client object model to talk to it, but keep getting the following error: "The…
33
votes
8 answers

How to download/upload files from/to SharePoint 2013 using CSOM?

I am developing a Win8 (WinRT, C#, XAML) client application (CSOM) that needs to download/upload files from/to SharePoint 2013. How do I do the Download/Upload?
eitan barazani
  • 1,123
  • 3
  • 18
  • 34
30
votes
4 answers

Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

We have SharePoint 2013 Servers that were patched with windows updates and since then we are receiving the following error. We have restarted the servers, removed the windows updates manually and then restarted the servers, restored to a copy of…
Baahubali
  • 4,604
  • 6
  • 33
  • 72
30
votes
12 answers

SharePoint 2013 get current user using JavaScript

How to get current user name using JavaScript in Script Editor web part?
Kate
  • 1,495
  • 4
  • 21
  • 35
29
votes
4 answers

How to access a sharepoint site via the REST API in Python?

I have the following site in SharePoint 2013 in my local VM: http://win-5a8pp4v402g/sharepoint_test/site_1/ When I access this from the browser, it prompts me for the username and password and then works fine. However I am trying to do the same…
Indradhanush Gupta
  • 4,067
  • 10
  • 44
  • 60
29
votes
5 answers

SharePoint 2013 add javascript after whole page load

Disclaimer: I have no experience with SharePoint2013. I have problem - I must include/fire some javascript functions after the whole page has been loaded. I tried listening to DOMDocumentReady and window.load events, but sharepoint render the rest…
Kamil Biela
  • 706
  • 1
  • 6
  • 13
25
votes
1 answer

Adding list items with SharePoint 2013 REST API

I'm trying to add a new item in a existing list using SharePoint 2013 with the REST API. There is pretty good documentation for this here: http://msdn.microsoft.com/en-us/library/jj164022(office.15).aspx#ListItems The list I am trying to add items…
kimon
  • 2,481
  • 2
  • 23
  • 33
23
votes
4 answers

How to get request digest value from provider hosted app?

I am developing SharePoint 2013 Provider hosted app using javascript REST Api. In order to perform create (POST), or update (MERGE) operations on sharepoint items I need to set the 'X-RequestDigest' header with the request. When in…
Matt Mazzola
  • 4,593
  • 4
  • 22
  • 28
22
votes
4 answers

SharePoint Error: The server does not allow messages larger than 2097152 bytes

I have web service that point to sharepoint 2013 Office 365. I use the client object model. I am trying to update the xml file which stores 4 attachments in it. When I do this when I have large binary data in the xml file I get the following…
Carter
  • 231
  • 1
  • 2
  • 6
19
votes
1 answer

Upload properly encoded (base64?) image to SharePoint with AngularJS

I am able to upload an image file to SharePoint, but it is not being recognized as an image. I have tried utilizing the following directive based on research that states images need to be base64 encoded when uploaded into SharePoint, but it still…
Kode
  • 3,073
  • 18
  • 74
  • 140
19
votes
8 answers

SharePoint Redirect site logo link to the root site collection home page

I want the site logo link in the master page to always redirect to the root site collection home page. Default behavior is to redirect to the homepage of the current web (spweb). Back in SharePoint 2010 I could accomplish this by adding the…
gurkan
  • 899
  • 1
  • 10
  • 21
18
votes
4 answers

get list of files in a sharepoint directory using python

I have a url for sharepoint directory(intranet) and need an api to return list of files in that directory given the url. how can I do that using python?
balakishore nadella
  • 511
  • 3
  • 7
  • 16
17
votes
2 answers

What is a Farm in SharePoint?

I am searching a lot for a definition about Farms, but I can't find one which fits my need. Does anyone know a simple and easy way to explain it? What is a Farm in SharePoint? How does it work?
Otacon
  • 332
  • 2
  • 4
  • 9
1
2 3
99 100