Windows SharePoint Services version 3.0
Questions tagged [wss-3.0]
264 questions
0
votes
2 answers
Access denied when trying to read information about SharePoint groups
I am trying to get the membership of a group in WSS 3.0. I am doing this in an elevated permissions block. Here is the code:
SPSecurity.RunWithElevatedPrivileges(delegate()
{
using (SPSite site = new SPSite(SPContext.Current.Site.ID))
{
…

strongopinions
- 3,917
- 3
- 25
- 28
0
votes
1 answer
SharePoint use of windows identity and connection pooling
When a user accesses a SharePoint site he is identified by his wndows identity.
I was wondering which identity is used to access the database. Is it the identity of the user or does it use the windows identity of a service, or order to gain the…

Shiraz Bhaiji
- 64,065
- 34
- 143
- 252
0
votes
2 answers
WSS 3.0: showing wrong server as Configuration Database Server
after moving my configuration db to a different DB server I had some difficulties to get the farm up and running again.
now my eventlog is full of errormessages, that the config-db is not reachable on my old db server.
Operation / Servers in Farm…

smadep
- 1
- 1
- 1
0
votes
1 answer
WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID
WSS 3.0 List Service
I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query:

Mark
- 368
- 1
- 9
0
votes
2 answers
Sharepoint hide items in menu
Is there a way to hide: "Edit Item" / "Manage Permissions" / etc in a Sharepoint List?
I want to avoid to modify CORE.JS, maybe a JQuery hack/tweak?
Ive researching but I see nothing clear.

hyeomans
- 4,522
- 5
- 24
- 29
0
votes
1 answer
SharePoint custom logon form doesn't do anything on submit
I feel sure I'm missing something simple.. I had this working on a different server but now that I've migrated to a different server it doesn't seem to work. I have a WSS 3.0 site with forms-based authentication enabled and a custom logon form. When…

strongopinions
- 3,917
- 3
- 25
- 28
0
votes
1 answer
Security Problems when Extending a Web Application in SharePoint
So, I had a site running (http://servername) and wanted to add another URL, http: newURL to get to the same content. I wanted both sites to use the same active directory domain for users/authentication.
I extended my existing web application so…
user182029
0
votes
1 answer
Sharepoint Development Environment for SBS 2008R2
I want to customize sharePoint web app to suit company's requirement. The goal is to create few per-populated task items within a folder when folder gets created. Both folder and task Items are custom content type in a same list. And so SharePoint…

newbee
- 91
- 1
- 10
0
votes
1 answer
Registry entry for iFilter does not stay after system reboot
we followed the article at http://support.microsoft.com/kb/927675/en-us to implement the pdf filter for wss 3.0.
But the registry entry mentioned on step 2 (adding a new entry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server…

Rahatur
- 3,147
- 3
- 33
- 49
0
votes
1 answer
The searchresults.aspx page is picking up an older version of the master page
We have master page called custom.master.
We changed the master page of the searchresults.aspx page to this master page:
MasterPageFile="custom.master"
We opened the searchresults.aspx page located in C:\Program Files\Common Files\microsoft…

Rahatur
- 3,147
- 3
- 33
- 49
0
votes
4 answers
SharePoint Development and Data Centric Projects
I was involved in a SharePoint(WSS) project that was very data centric. The project consisted of more than 500 lists that has very complex relations between them. The client also asked for more than 350 Reports. Don't tell me why did you use…

AbuShokry
- 189
- 1
- 12
0
votes
2 answers
Deploying SharePoint Solution using VSeWSS
I have a development WSS 3.0 site that I wanted to move to a Production server. I am using VSeWSS 1.2 to do my deployment. I generated the SharePoint solution of the site with SharePoint Solution Generator 2008. When deploying it locally it works…
None
0
votes
2 answers
Cannot login to WSS 3.0 site using forms authentication
A changed Windows authentication to Forms authentication. Using the following example.
I added a user with Web Site Administration Tool. Finally I added this user as Site Collection Administrators and the user is recognized by SharePoint. Happy with…
Franske
0
votes
1 answer
Unique Column in WSS 3.0 List
I am trying to implement a feature in a list from WSS3.0.
Basically I have a list and I want to add items to the list but I want to check first if there is already any item with the same value in a specific column.
I have a column named "My Key…

aganju82
- 43
- 4
0
votes
1 answer
How can I send an email using SharePoint Web Service Access?
I'm developing an external ASP.NET app that will sit inside a SharePoint site. Can I use SharePoint services to send an email? The app will specify the email content (subject, to, from, and body). I just want to call a method on the SharePoint…

Lifes
- 1,226
- 2
- 25
- 45