Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
4
votes
2 answers

WCF: Web Service Login / Authentication: HowTo?

We have a web service (WCF in C#) that has been used on an intranet until now. Going forward we want to open it up to the internet. Obviously we are concerned that naughty people cannot access the interfaces. What is the best practise method of…
Andrew White
  • 1,770
  • 4
  • 25
  • 43
4
votes
1 answer

What is the difference between these two methods of accessing the SharePoint model?

Out of the several ways of accessing the SharePoint model of a SharePoint Services 3.0 site from an ASP.NET application, two seem to be very similar: SPWeb site = SPControl.GetContextWeb(Context); SPWeb site = SPContext.Current.Web; It is my…
J c
  • 6,387
  • 3
  • 29
  • 29
4
votes
1 answer

How to determine the correct (case sensitive) URL for a SharePoint site

Problem: Creating a site column using the SharePoint API (Object Model) with incorrect case in the URL for the SPSite or SPWeb object will cause the new column to throw an exception if an attempt to edit it is made through the Site Columns…
Goyuix
  • 23,614
  • 14
  • 84
  • 128
4
votes
2 answers

Biztalk Sharepoint Adapter Permissions Error

Pretty basic question I think, but I'm kind of at a loss. I'm trying to do some Biztalk->Sharepoint integration. Eventually I'll be moving to dynamic ports etc. but right now all I'm trying to do is add an item to a list in sharepoint. I have a…
Ryanman
  • 880
  • 1
  • 8
  • 20
4
votes
1 answer

SharePoint does not find my custom RenderingTemplate

So I've created a custom RenderingTemplate and deployed it to CONTROLTEMPLATES\MyControlTemplates\ It basically dictates how a custom content type that i've created should be rendered when displayed. For that I've added this:
mortenbpost
  • 1,687
  • 16
  • 22
4
votes
2 answers

Add a document and metadata to a document library without creating 2 versions

I have a requirement to programmatically add a file along with metadata to a document library and in an event handler. I am using the following code in the asynchronous “ItemAdded” and “ItemUpdated” events: SPFile destFile = web.Files.Add(newUrl,…
Dylan Berry
  • 351
  • 1
  • 15
4
votes
0 answers

Secure Webscoket Connection using wss is never established

i want to build an architecture with wss, i implement my certificates and they work. But now, when i'm connect on the browser, my program create websocket and close it directly, i don't understand why, this is my code which is running at port 5005 …
Pallavi
  • 61
  • 1
  • 3
4
votes
3 answers

Relative URLs in Sharepoint master page

I have a master page with tabs. The tabs are defined by the following sitemap file:
DL.
  • 65
  • 1
  • 3
  • 7
4
votes
1 answer

SharePoint 64bit or 32bit

Is it ok to have 32bit dev and test environments with SharePoint? The reason that I am asking is because in my experience most productive large scale MOSS implementations are 64bit. I work for a company now who have very little experience with…
JL.
  • 78,954
  • 126
  • 311
  • 459
4
votes
2 answers

SharePoint check in SPListItem

In sharepoint how can you check in an SPListItem?
Rupert
  • 1,296
  • 8
  • 24
  • 36
4
votes
1 answer

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 which is based partially on…
Jack
  • 945
  • 4
  • 14
  • 21
4
votes
2 answers

What do the different scopes in WSPBuilder do?

When creating a new WSPBuilder project or new WSPBuilder item in Visual Studio, you get to choose the scope of the item being created. The options are Web, Site, WebApplication and Farm. What do the different scopes do, and how does that affect…
ICodeForCoffee
  • 3,187
  • 2
  • 30
  • 40
3
votes
3 answers

WSS licensing and pricing

Looking for a clear answer on the licensing costs of WSS 3.0. I've read no fewer than 50 web sites, including every relevant MS resource, and the answer still isn't clear. We are a web host looking to provide WSS solutions to our clients as…
betitall
  • 807
  • 2
  • 8
  • 19
3
votes
1 answer

WSS Features and Data Storage

When developing complex features for SharePoint, what is the recommended method of data storage? Should you constrain yourself to SP Lists and all the limitations that come with that, or use your own database, or create tables within the SP…
user32826
3
votes
2 answers

Sharepoint - how to enable caching w/o server access?

I am using WSS 3.0 in a hosted/shared (read: can make no server-side changes) environment. Unfortunately, between SP and IIS, almost nothing is getting cached, so page loads can be terribly slow. We have a bunch of custom image, JS, CSS, etc files…
Mark
  • 91
  • 2
  • 2
  • 8