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
3
votes
2 answers

In a meeting workspace get all agenda items from a list programmatically

I want to get all items from a specific list in recurring meeting workspace. I tried to execute the following CAML: But it only displays…
Janis Veinbergs
  • 6,907
  • 5
  • 48
  • 78
3
votes
1 answer

Can we use SharePoint 2007 and SharePoint 2010 dll in the same project

I am working in Windows Application. My req. that i need to create the SharePoint 2007 and SharePoint 2010 layers for that project. Can we use the SharePoint 2007 and SharePoint 2010 version of dll in One Project?
Basant B. Pandey
  • 345
  • 7
  • 22
3
votes
4 answers

Moving from custom ASP.NET application to Sharepoint Services

Our company has an ASP.NET application for customer information database. The application started small but has grown without proper design. Now a new version of the app should be developed, which basically would mean designing and implementing it…
simoraman
  • 919
  • 1
  • 8
  • 13
3
votes
2 answers

SharePoint remembering changed password

I'm witnessing some strange behavior with SharePoint when changing user's Active Directory passwords. I created a custom Application Page to change a user's password in Active Directory. The code seems to be working great as I can verify within…
Jeffrey Harrington
  • 1,797
  • 1
  • 15
  • 24
3
votes
2 answers

Sharepoint updating custom database

Is it at all possible to leverage Sharepoint UI (e.g. lists editor), to perform basic CRUD operations on external database (owned and used by separate backend application)? How would I go about this? There are quite a few tables in this db, and I'm…
AviD
  • 12,944
  • 7
  • 61
  • 91
3
votes
1 answer

configure nginx to work with vaadin and wss

I'm trying to configure nginx to proxy wss for vaadin using tomcat as the server. Here is my current configuration: location / { #try_files $uri $uri/ =404; proxy_set_header Host $host; proxy_set_header X-Real-IP…
Brett Sutton
  • 3,900
  • 2
  • 28
  • 53
3
votes
2 answers

Extract A Solution File From WSS

I'm trying to figure out how to extract a solution file .wsp file from a SharePoint server. Is this possible and if so how?
James
  • 12,636
  • 12
  • 67
  • 104
3
votes
1 answer

RabbitMQ Web-MQTT WSS closes client connection. Insecure WS and other secure protocols work

I have a deployment of RabbitMQ that uses it's own certificates for end-to-end encryption. It uses both AMQP and MQTT-over-WSS to connect multiple types of clients. AMQP clients are able to connect securely, so I know that the certificate set up is…
K. Rhoda
  • 181
  • 1
  • 15
3
votes
2 answers

What goes on a WebFrontend and what on the Application Server is Sharepoint 2007/WSS 3.0?

In Sharepoint Solutions I can specify the DeploymentServerType for deployment to be either ApplicationServer or WebFrontEnd. Unfortunately, Documentation on this is rather limited. I just wonder: When would I use which option? What if my Solution…
Michael Stum
  • 177,530
  • 117
  • 400
  • 535
3
votes
5 answers

SharePoint - How can I customize NewForm.aspx in custom feature?

I have created a custom list in a SharePoint site and generated a Visual Studio 2008 project using SharePoint Solution Generator. I can package this as a feature and install it. It runs fine on my server. After testing this out, I've been able to…
Brian Lyttle
  • 14,558
  • 15
  • 68
  • 104
3
votes
5 answers

Is it worth learning SharePoint 2007?

Is it worth learning MOSS (Microsoft Office SharePoint Server) 2007? What could be the future of it?
pointlesspolitics
  • 2,430
  • 6
  • 25
  • 23
3
votes
0 answers

wss (secure websocket) with Django Channels and Daphne webserver

I am trying to figure out how to set up Django Channels so that it accepts my websocket connections via the wss:// scheme. For ws:// everything works perfectly. I use the websockets package on my client side to set up a connection to the server…
Marc
  • 105
  • 2
  • 11
3
votes
0 answers

Deploying Django Channels for secured WebSocket(wss) connection on Apache server

Need help in configuring secured WebSocket connection in windows server machine for Apache. Please check below for .conf files, httpd-vhost.conf: Listen 8080 WSGIPythonPath "D:/django_project/" ServerName…
shaik moeed
  • 5,300
  • 1
  • 18
  • 54
3
votes
0 answers

Problem with WSS handshake (PHP WebSocket Server)

I developed a WebSocket server using PHP and it worked fine with ws://, but in production environment it uses https://, then I must use wss://. Should I use certificate to start the socket or something like that? I can't parse the headers to…
3
votes
1 answer

Wss Webserver not working properly with self signed key

I have created a PHP secure websocket (wss) server using php React and Ratchet. I only have a self signed certificate, because I am currently only trying to use my server as a backend for an app, and so I don't need a domain name, as it's only for…
user904542
  • 6,965
  • 5
  • 20
  • 28