Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration and web publishing. Its capabilities include developing web sites, portals, intranets, content management systems, search engines, wikis, blogs, and other tools for business intelligence. For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site.

learn more… | top users | synonyms

84
votes
48answers
10k views

What are your biggest complaints about Sharepoint?

I'm looking into using SharePoint (WSS 3.0, specifically) for the document library and discussion board functionalities. I'd like to ask those of you who have experience in SP (MOSS or WSS, since we ...
40
votes
12answers
4k views

What is Microsoft Sharepoint?

I hear the name Microsoft Sharepoint being thrown around a lot yet I am still not sure what its for and why I hear a lot of big companies use it. In short, the questions are, what is sharepoint and ...
37
votes
28answers
39k views

SharePoint interview questions [closed]

Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers. Also, please feel free to suggest corrections if the ...
33
votes
21answers
6k views

How good/bad is sharepoint programming?

I got a job offer today for a position as a SharePoint developer. One of my friends is telling me that sharepoint is a big mess and not something I would want to be doing. What are some of your ...
29
votes
2answers
888 views

How do I perform WIF/claims impersonation without the claim being mapped to an AD account?

I need to perform search impersonation in SharePoint 2010 for Claims users. To put this in context, I would like to first state how I get this to work with Windows accounts and then discuss Claims / ...
27
votes
33answers
4k views

Have you used a wiki in your project or group?

The workgroup at my company is considering creating a wiki to store information that everyone may find useful. It would contain anything from tips/links on new technologies used on projects to ...
23
votes
7answers
8k views

Using Asp.Net MVC with SharePoint

Is it possible to use the Asp.Net MVC framework within SharePoint sites?
20
votes
15answers
1k views

Must Have SharePoint dev tools

I have only been doing development work in SharePoint the last 6 months. Coming from a client server background the tooling situation in SharePoint was a rude surprise, but I think that I have by now ...
19
votes
10answers
2k views

SharePoint for a C# ASP.NET Developer

I've been asked to create a website in SharePoint within the next couple of weeks or so and I'm entirely new to SharePoint. Does anyone have any good examples/tutorials on how to do some basic ...
19
votes
13answers
1k views

How is SharePoint perceived in your company?

UPDATE An interesting time to revisit this question. Is perception still the same now that SharePoint 2010 is beginning to take hold? Certainly implementing 2010 is not without its own challenges, ...
17
votes
11answers
4k views

SharePoint 2007 Log Viewer

SharePoint 2007 (WSS or MOSS) logs are not easy to read even on a large screen, has anyone come across a log viewer that is able to: Display SharePoint logs live and historical Filter the events by ...
16
votes
7answers
646 views

What is the point of SharePoint?

My company have started to use SharePoint. Now, as a software developer I simply can not understand the advantages of such a system. To me it just looks like a browser based application through ...
16
votes
8answers
2k views

SPWeb.Site, should you call Dispose() on it?

Updated 06/08/2009 15:52: Short answer NO. Original question: I can't find any reference which gives guidance on SPWeb.Site regarding disposing. I've gone through some of the more popular best ...
16
votes
1answer
4k views

How to upgrade a long running SharePoint Workflow already in production

I have been tasked with helping the deployment of a Phase 2 of a previous SharePoint deployment. The original deployment has custom workflows that have been updated in phase 2. Is there a "How-To" ...
16
votes
7answers
30k views

Upload a file to SharePoint through the built-in web services

What is the best way to upload a file to a Document Library on a SharePoint server through the built-in web services that version WSS 3.0 exposes? Following the two initial answers... We definitely ...
15
votes
4answers
13k views

Firing a SharePoint Workflow by updating a list item through List Webservice

I am developing, a simple SharePoint Sequential Workflow which should be bound to a document library. When associating the little workflow to a document library, I checked these options Allow this ...
15
votes
8answers
7k views

How do you deploy your SharePoint solutions?

I am now in the process of planning the deployment of a SharePoint solution into a production environment. I have read about some tools that promise an easy way to automate this process, but nothing ...
14
votes
8answers
22k views

Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'

I know there's a lot of questions on SO similar to this, but I couldn't find one for this particular issue. A couple of points, first: I have no control over our Sharepoint server. I cannot tweak ...
14
votes
10answers
3k views

What happens when I edit web.config?

I need to edit the web.config file on a live Sharepoint environment, but I'm unsure what will happen if I do (I want to output custom errors). Will this cause the IIS6 worker process to recycle? ...
14
votes
8answers
15k views

SharePoint List Scalability

I am particularly interested in Document Libraries, but in terms of general SharePoint lists, can anyone answer the following...? What is the maximum number of items that a SharePoint list can ...
13
votes
11answers
3k views

Developer Documentation: Sharepoint Document Management vs. ScrewTurn Wiki

Background Info I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information that would ...
13
votes
4answers
11k views

Serialization in C# without using file system

I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field. I know I can serialize to XML and store to the file ...
13
votes
16answers
20k views

FileNotFoundException with the SPSite constructor. What's the problem?

I try to instantiate a instance of SPSite on the farm server in a custom software (MyApp.exe) and I give in parameter the whole website (http://mysite:80/). I also made sure that the account running ...
13
votes
5answers
15k views

Bypass invalid SSL certificate errors when calling web services in .Net

We are setting up a new SharePoint for which we don't have a valid SSL certificate yet. I would like to call the Lists web service on it to retrieve some meta data about the setup. However, when I try ...
13
votes
18answers
11k views

Sharepoint Wikis

Ok, I've seen a few posts that mention a few other posts about not using SP wikis because they suck. Since we are looking at doing our wiki in SP, I need to know why we shouldn't do it for a group of ...
12
votes
4answers
406 views

What does this Javascript code do?

I've been looking at Sharepoint script files and I've come across this bit that I don't get: function ULSTYE() { var o = new Object; o.ULSTeamName = "Microsoft SharePoint Foundation"; ...
12
votes
5answers
5k views

Deploy jQuery using a SharePoint Feature or physical files?

We are about to undertake a rather large customization of SharePoint and I wanted to get some feedback prior to jumping in with both feet. One of the issues we are kicking the tires on is do we deploy ...
11
votes
3answers
437 views

Querying choice field in Sharepoint using rest

I got a list in Sharepoint 2010 with a choice column. The choices are checkboxes. How do I query the choice column using the rest api? I've tried using ...
11
votes
10answers
364 views

What format is your documentation in?

I am going to be writing documentation for two web services that I developed, and I started wondering what people on here do for documentation. Do you create it in an HTML file so it can be viewed in ...
11
votes
5answers
2k views

How bad is it to not dispose() in Powershell?

Sometimes we need to perform small administrative tasks in SharePoint. A simple PowerShell script is a really good tool for that. For instance, such script can enumerate event handlers of a list: ...
11
votes
15answers
2k views

What developer features excite you the most for WSS 4.0 / SharePoint 2010?

There's been a lot of developer frustration working with SharePoint but we all hope Microsoft has been listening. With that in mind... What updated and new features for developers excite you about ...
11
votes
5answers
2k views

Learning sharepoint at home

is there a sharepoint "home" version that I can install and use for home learning purposes? Thanks
11
votes
8answers
61k views

Auto number column in SharePoint list

In a SharePoint list I want an auto number column that as I add to the list gets incremented. How best can I go about this? All the best Kieran
10
votes
6answers
733 views

Page_ClientValidate() object expected error, cant find the validator

I have a form HomePage.aspx containing an empty asp:Panel, a dropdownlist letting the user pick an SPFielType... on index changed, my HomePage.aspx.cs page will get the text selected and will load a ...
10
votes
4answers
1k views

SharePoint Custom Current Navigation / PortalSiteMapProvider

I'm working on a custom current (left) navigation on a SharePoint solution. What I need is that the root of the navigation is a variation web, the immediate child of the root web. All the sites and ...
10
votes
9answers
1k views

Hidden features of the Windows SharePoint Services 3.0 / SharePoint 2007 development platform

Like the other "Hidden Features" questions, what are your favourite parts of the SharePoint API and development platform (both WSS 3.0 and MOSS 2007) that help you get the job done? Please share your ...
10
votes
4answers
9k views

SharePoint URL retrieval for SPListItem

When I try to retrieve a column which is a hyperlink I get two items that are comma delimited instead of one. When I pull item["ColumnName"] I get its value: ...
10
votes
8answers
15k views

How can I include value of sharepoint's version column in a word document?

I'm trying to work out a way to display the contents of the version column from sharepoint (i.e. the value that changes every time a file is checked in) as a field (or something similar) inside of a ...
10
votes
6answers
5k views

Sharepoint site takes a while to load first thing in the morning

Our team has built a site using Sharepoint and a few custom webparts. We've noticed that the site takes a while to load when first accessing the site in the morning. Subsequent accesses are fine. We ...
9
votes
2answers
731 views

How to properly call an external WCF Service from SharePoint 2010?

I would like to call an external WCF Service from within SharePoint. Using normal WCF calls immediately causes a SocketException (An existing connection was forcibly closed by the remote host), which ...
9
votes
3answers
13k views

SharePoint 2010 is forcing me to save PDF when opening from doc library

I have a document library with a PDF file. Whenever I click on the PDF file, I am prompted to save the file. I do not get the option of opening the file, I am forced to save it. What I want is for ...
9
votes
13answers
1k views

Learning Sharepoint

I'm starting a new job involving Sharepoint design/development. While the job will involve training courses on Sharepoint and other technologies I haven't used, I am interested to get a headstart and ...
9
votes
1answer
3k views

Connect and authenticate to SharePoint with WCF

I'm going nuts with this one and can't find any decent information ANYWHERE .. There is lots of info around about connecting to SharePoint 3.0 Web Services with WCF and Ntlm impersonation. However, ...
9
votes
5answers
9k views

ASP.net page without a code behind

I have an ASP.Net page with a C# code behind. However, I've been asked to not use a code behind - so that it will be easier to deploy in SharePoint. Is there a way to include the C# code in the ...
9
votes
1answer
3k views

LinqToXML XElement to XmlNode

HI, Is there any 'correct' way to convert an XElement to an XmlNode in C# - LinqToXML makes it nice to build the required XML programmatically but SharePoint web services requires an XmlNode, so ...
9
votes
11answers
11k views

Open Source SharePoint?

Is there an open source alternative to SharePoint? I'd like something that gives the same hierarchical structure and portlet-based design of SharePoint, but is open in source. Web based ...
9
votes
6answers
7k views

Best Pattern for AllowUnsafeUpdates

So far, in my research I have seen that it is unwise to set AllowUnsafeUpdates on GET request operation to avoid cross site scripting. But, if it is required to allow this, what is the proper way to ...
9
votes
12answers
605 views

What is the most wanted SharePoint feature?

Are you the one that thinks: "Only if I had this thing available for me, I'll use SharePoint solution to solve my day-to-day problems?" What do you miss in the SharePoint functionality that can make ...
9
votes
5answers
2k views

Viewing a MOSS 2007 page as another user would see it - without logging in as that user

In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that ...
8
votes
2answers
325 views

Convert XLS to XLSB Programatically?

I have a customer that needs to convert XLS files to XLSB. Has anyone done this programatically, (with or without an add-on --- doesn't matter --- just need to be able to automate it)? I'm looking for ...

1 2 3 4 5 193