1,650 questions with SharePoint Server Development tags

Sort by: Updated
0 answers

Cannot access SharePoint folder with special characters in the name using .Net and PnP Framework

Extracting files from SharePoint for Office 365 using PnP framework for .Net This code used to work correctly for the past year, however It now started failing randomly with a "File not Found" error (actually folder not found): Dim sDataFolder…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 28, 2025, 8:52 p.m.
RUSU Mircea 0 Reputation points
edited the question Mar 28, 2025, 8:55 p.m.
RUSU Mircea 0 Reputation points
1 answer

Sharepoint Server On Premise App Level Authentication

Hi, I am using SharePoint Server subscription edition. I am able to use the rest APIs of SharePoint Server using NTLM authentication. However, this requires user credentials, which I want to avoid. I want to use App Level Authentication to access the…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 27, 2025, 11:04 a.m.
Mohsin 0 Reputation points
answered Mar 28, 2025, 2:47 a.m.
Xyza Xue_MSFT 29,826 Reputation points Microsoft External Staff
1 answer

https://<Site_URL>/_api/web/GetFileByServerRelativeUrl('/Folder Name/{file'name}')/$value return 400 (Bad request) when the filename contains a single quote

Hello, I'm calling the below SharePoint API where file name contains the single quate (') into the name & getting 400 error. URL- https://<Site_URL>/_api/web/GetFileByServerRelativeUrl('/SudDammyDocLib/DocLib_Folder/issue's.aspx')/$value File…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 26, 2025, 9:57 a.m.
Sudhakar 20 Reputation points
commented Mar 28, 2025, 2:11 a.m.
RaytheonXie_MSFT 40,336 Reputation points Microsoft External Staff
2 answers

One user cannot search nor edit items in a list

One user cannot search nor edit items in a list. Other users in the same security group can search and edit. They cleared their browser cache for Edge & IE. Their permission is Contribute, Limited Access to the list and the items they wish to edit.…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 26, 2025, 8:00 p.m.
UnderwoodMarlene-1858 95 Reputation points
answered Mar 28, 2025, 1:25 a.m.
Ling Zhou_MSFT 23,360 Reputation points Microsoft External Staff
1 answer

Search On Hub and Associated HubSites using Graph API?

Hi We have one Parent Hub and Associated 10 HubSites to the same. We want to search on all 11 Associated sites altogether. Through Search API of SharePoint I am able to achieve it , but how to do it through GRAPH API. Please help. This is…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,360 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,484 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Dec 1, 2022, 12:09 p.m.
Ankur 1 Reputation point
edited a comment Mar 27, 2025, 4:17 p.m.
Warry, David 0 Reputation points
1 answer One of the answers was accepted by the question author.

must i get both the SharePoint Standard CAL and the SharePoint Enterprise CAL to have access to the Enterprise edition features of SharePoint. Or just SharePoint Server 2019 and SharePoint Enterprise 2019 User CAL suffices.

 must i get both the SharePoint Standard CAL and the SharePoint Enterprise CAL to have access to the Enterprise edition features of SharePoint. Or just SharePoint Server 2019 and SharePoint Enterprise 2019 User CAL suffices

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 24, 2025, 1:15 p.m.
Nurudeen Adeboye 21 Reputation points
accepted Mar 27, 2025, 9:52 a.m.
Nurudeen Adeboye 21 Reputation points
0 answers

Enforcing download of files from a Document Library in SharePoint Server 2019/Subscription Edition

In SharePoint Server Document Libraries, when the user clicks on a file with some certain extensions (e.g. .txt, .html), the file opens in the SharePoint text editor by default. Is there any way in which the file will get downloaded by default when the…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 27, 2025, 6:08 a.m.
Raghunandan Kumbhar 0 Reputation points
commented Mar 27, 2025, 9:29 a.m.
Raghunandan Kumbhar 0 Reputation points
1 answer

Create a generative chatbot in Sharepoint

How do I create a chatbot in Sharepoint, that uses documents held in Sharepoint as it's data source to produce generative answers?

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Jul 24, 2024, 12:57 p.m.
John Earland 5 Reputation points
commented Mar 26, 2025, 10:05 p.m.
Jared P. Waterman 21 Reputation points
1 answer

How to detect any change in SharePoint Server 2019/Subscription Edition browser URL?

We have an SPFx Application Customizer, which checks the URL in the browser, and checks whether a file is open in preview mode. If the URL is of the preview mode, we want to redirect the user to another URL (our own custom editor). When I click on the…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 25, 2025, 2:13 p.m.
Raghunandan Kumbhar 0 Reputation points
answered Mar 26, 2025, 2:37 a.m.
RaytheonXie_MSFT 40,336 Reputation points Microsoft External Staff
1 answer

How to redirect open of specific files (.html) to a custom file handler in SharePoint Server 2019/Subscription Edition?

We have an HTML file editor, and we want a way in which our file editor is invoked when a user clicks on any .html file (in the "Name" column of a SharePoint Document Library). We do not want the default SharePoint behavior of other (non-HTML)…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 25, 2025, 2:02 p.m.
Raghunandan Kumbhar 0 Reputation points
answered Mar 26, 2025, 2:34 a.m.
AllenXu-MSFT 24,596 Reputation points Microsoft External Staff
2 answers

Why braking change in SharePoint Subscription Edition March 2025 (KB5002698)

We are implementing the ISqlSession interface in our product for SharePoint On-Premises 2013/2016/2019/SE to handle updates to our database provided through SharePoint. However, Microsoft has now changed this interface, which is generally not done since…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 20, 2025, 7:44 p.m.
Thomas Östreich 1 Reputation point
edited a comment Mar 26, 2025, 1:51 a.m.
RaytheonXie_MSFT 40,336 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to enable custom scripts in SharePoint SE (OnPrem) on Modern Design site collections

Is it possible enable custom scripts in SharePoint SE (OnPrem) on Modern Design site collections? In 2019 it was possible for site collections in Classic Design, see…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 21, 2025, 11:30 a.m.
Matthias68 256 Reputation points
accepted Mar 25, 2025, 11:58 a.m.
Matthias68 256 Reputation points
1 answer

Why is Sharepoint not saving changes ?

Now SharePoint AND this site not saving changes. I have been shutting off external sharing on all our sites. Yet I come back, and they are still on. This has been happening for over a month now. Make changes, save changes, wait 20 minutes, and no…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 4, 2025, 5:30 p.m.
Robin Ganderton 66 Reputation points
commented Mar 25, 2025, 7:09 a.m.
Emily Du-MSFT 51,671 Reputation points Microsoft External Staff
1 answer

What is the correct process to install SharePoint Server 2019 and ensure that Enterprise features are enabled and accessible?

I have a client who recently purchased SharePoint Server 2019 along with SharePoint Enterprise User CALs and Standard CALs. After installing SharePoint and applying the license key, they are still unable to access the Enterprise features — they receive…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 14, 2025, 10:27 a.m.
ONI ABDULLATEEF 0 Reputation points
commented Mar 20, 2025, 10:04 a.m.
Emily Du-MSFT 51,671 Reputation points Microsoft External Staff
1 answer

how to create a website that is running Microsoft Share point Foundation

how to create a website that is running Microsoft Share point Foundation

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 4, 2025, 8:07 a.m.
Deshapogu Pradeep Kumar 0 Reputation points
commented Mar 18, 2025, 6:57 a.m.
Yanli Jiang - MSFT 31,106 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Keeping documents in sync with SharePoint Server Subscription Edition

With the SharePoint Server Subscription Edition for on-premises SharePoint, users can collaborate with people outside their organisations by enabling access and sending invitations to collaborate. External users will need to connect to an organisation’s…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 13, 2025, 10:36 a.m.
Huy 40 Reputation points
commented Mar 18, 2025, 6:55 a.m.
Yanli Jiang - MSFT 31,106 Reputation points Microsoft External Staff
0 answers

Programmatically authenticating SharePoint on-premises (Subscription Edition) with OIDC protocol

I am trying to authenticate users from an external Idp to SharePoint Subscription Edition using OIDC protocol. I have set up the SharePoint farm as per the…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 14, 2025, 9:13 p.m.
Bindu Koikkal 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can copy a seccion and paste it in another page of the same site? There is no longer tha manu with copy and paste.

I have a SharePoint Comunication Site. In one of tha pages there is a seccion thar I would like to copy and paste it in another page of the same Site. Cant find copy and paste anymore. Tks.

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Mar 5, 2025, 9:28 p.m.
Jessica de la Flor 20 Reputation points
commented Mar 14, 2025, 1:34 p.m.
Jessica de la Flor 20 Reputation points
2 answers

500 INTERNAL SERVER ERROR on my new sharepoint 2019 communication site

I recently started noticing the 500 Internal Server Issue when going back from pages on my SharePoint site. What cause this issue and what's the best method of resolving this? Any screenshots are welcomed. Thanks!

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,422 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
3,029 questions
asked Apr 28, 2023, 1:47 p.m.
Tevon 35 Reputation points
edited a comment Mar 12, 2025, 9:56 a.m.
Emily Du-MSFT 51,671 Reputation points Microsoft External Staff
3 answers

Error during SharePoint Add-in deployment: 403 Forbidden error in Visual Studio 2019

Hi Team, I am experiencing the following error while trying to deploy a SharePoint Add-in, Error occurred in deployment step 'Install SharePoint Add-in': The remote server returned an error: (403) Forbidden (Error Screenshot attached here). The…

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,650 questions
asked Dec 20, 2024, 10:22 a.m.
Nikunj Choksi 15 Reputation points
answered Mar 9, 2025, 10:15 p.m.
Nicholas Kent 0 Reputation points