Tagged Questions
0
votes
2answers
213 views
I need a DMS for C#.NET, and am considering WSS, how do I get started?
Our clients do not need Sharepoint, but I have been told that WSS will provide what I need for a basic DMS. We have two web apps we need to write that stores docs, etc. I want to demo something like ...
0
votes
1answer
53 views
How do I make a wss 3 site run on .net >= 3?
I've been tasked with adding some new functionality to an old SharePoint site. I need to take advantage of some .net 3 features. I figure I just have to update the webconfig, but with the plethora of ...
1
vote
1answer
246 views
How do I enumerate web part types in WSS site
How would I go about enumerating the web part types available to be deployed to a web part page in a particular SPWeb by a user on a WSS 3.0 site? Sort of the equivalent of the list that you'd get ...
1
vote
2answers
529 views
How to programmatically get associated webparts of sharepoint list?
Using SPList I want to get all the webpart urls that associated with the list.
Is it possible?
0
votes
3answers
214 views
Unexplained delay when assigning a string to an SPListItem field
I am using the SharePoint Object Model via a console app on the same server as the SharePoint installation, and using the following code:
SPSite MySite = new SPSite("http://server/");
SPWeb MyWeb = ...
3
votes
2answers
696 views
Unauthorized on access to WSS spsearch.asmx
I am running an ASP.NET web application that connects to the WSS 3.0 search web service (spsearch.asmx).
The WSS site itself is configured for anonymous access: site search works with chrome, firefox ...
2
votes
2answers
5k views
“A specified logon session does not exist. It may already have been terminated.” when trying to copy a file using WindowsIdentity.Impersonate
I am trying to copy a file from sharepoint to a unc path. I am using the following code:
var id = new WindowsIdentity("administrator@mysite.com");
var p = new WindowsPrincipal(id);
var wic = ...
0
votes
2answers
757 views
Is it possible to assign webpart id in onet.xml?
I've made a page with with three zones. In onet.xml I have defined three webparts which will be added to the page upon site creation. Is it possible to assign an id to each webpart in onet.xml, or do ...
3
votes
1answer
3k views
Using Uploadify with Sharepoint and .net
I have a some html being generated by JQuery on a Share Point page. I want to use uploadify in this html to upload a file to the server. Alexander has helped by providing the following sample code ...
0
votes
5answers
106 views
With WSS, is it possible to customize the Admin?
I'm thinking of implementing WSS, but I want complete control over the Admin interface, as far as look-and-feel and navigation.
Is this possible?
2
votes
5answers
491 views
Need technology recommendation/suggestion
We (my company) is trying to develop a solution (application) for document management.
We have considered using MS Sharepoint Server 2007 or Sharepoint Services, but we need recommendation or ...