2
votes
5answers
2k views
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 …
2
votes
1answer
35 views
Has anyone successfully implemented this MSDN solution for Sharepoint External Libraries using Silverlight/WCF?
Has anyone successfully implemented this MSDN solution for Sharepoint external libraries?
http://msdn.microsoft.com/en-us/library/dd440954.aspx
Some background: We will be provid …
0
votes
1answer
20 views
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()
{
…
0
votes
1answer
22 views
Security scan finds httpOnly cookies in ASP.NET application even when disabled
I have tried to enable httpOnly cookies in my WSS 3.0 forms-authentication application using the web.config tag. A Cenzic Hailstorm security scan report claims that cookies are bei …
0
votes
0answers
29 views
Project Tracking Workspace + Multiple projects SharePoint
I am using SharePoint templates, and I had gotten great results using the Tracking Multiple project Template. The problem is that I would like to keep each project separately, but …
0
votes
0answers
65 views
Error while creating a new sharepoint site using sharepoint object model
I get an error when I try to create a site using the object model
this is my code in the web part to create share point sites.
SPSecurity.RunWithElevatedPrivileges(delegate()
…
0
votes
1answer
29 views
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 do …
0
votes
1answer
23 views
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-d …
0
votes
1answer
51 views
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 …
2
votes
6answers
346 views
Some SharePoint pages serve as http in https environment
I have a WSS 3.0 system using SSL where every page is supposed to be served as https. Almost all pages do come out as https, but in certain cases I click on a link and that brings …
0
votes
1answer
84 views
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:
<Query>
</Query>
<ViewFields>
<FieldRe …
0
votes
1answer
31 views
WSS 3 SP2 OnTaskCreated
At work we had a problem after installing SP2 on WSS 3.0 related to an aleatory behavior of OnTaksCreated. For more info about this check "http://fightingvssharepoint.blogspot.com/ …
0
votes
0answers
50 views
extending SharePoint List - adding a button control to the toolbar
I am creating a special Task List in SharePoint, I think that the best way to do that is through using SharePoint List Definition project in Visual Studio 2008, that's what I'm usi …
8
votes
9answers
354 views
Hidden features of the WSS 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 …
1
vote
3answers
218 views
Uploading files to SharePoint containing the ampersand character
I'm trying to upload files and folders to a library using SharePoint Designer 2007 (on a WSS 3.0 SharePoint site).
It's giving me an error when I try to upload empty folders or fo …
