sharepoint

Reset page library permission for anonymouse user in SharePoint

In the Site Collection level there is a Page library, which has been created along with the whole site. I didn't touch it for long time until recently I added new content types, modified some page layouts and master pages using a solution file. When accessing the home page using the site configured for anonymouse user it failed with "401...

Project Server 2010 installed with Sharepoint 2010 stand-alone

Could anybody offer any advice on a good book that would help me install Project server 2010 on Sharepoint 2010 standalone? Or any good Project Server book... Thanks ...

SharePoint Unknown SPRequest error occurred. More information: 0x80070005

Oh SharePoint... I've built a custom event receiver that just checks for some fields from the list, and changes some of them as needed. Still, it's throwing this exception: Unknown SPRequest error occurred. More information: 0x80070005 ERROR: Failed invoking job id {C67EFFCB-607A-4B6A-8C90-60F615FD1878} Seen that it might be a securi...

Can I create new page library in MOSS 2007

As my current default page library has errors I want to create a new page library. However there are no such library in the list/library selection. I tried Document Library and Wiki Page Library which looks similar but they are not what I want. I want the Page Library with Publishing Features. Thanks. ...

HttpContext.Current.User.Identity.User.Name is blank on MySite creation in SharePoint

We have a sharepoint feature which gets activated on 'MySite' creation. We need to get the logged in user's active directory user name in that feature...So we have used HttpContext.Current.User.Identity.User.Name but it throws following exception "System.ArgumentException: Account name cannot be an empty string." Any idea why is it bl...

Customize Sharepoint Alerts

Is it possible to customize the e-mail templates of Sharepoint server, in which, i don't have access for files and Central Administration. I'm using Sharepoint Designer to connect and edit my site currently. Thanks. ...

Condition Based Notification - Sharepoint List

I have a list with lists of all the certificates being used in my project. I want to setup a notification (email) if certification expires (or say a week before expiration). I would like to know solutions with and without code deployment (feature). ...

SHAREPOINT: Custom Field type property storage defined for custom field

ok here is a great question. I have a set of generic custom fields that are highly configurable from an end user perspective and the configuration is getting overbearing as there are nearly 100 plus items each custom field allows you to perform in the areas of Server/Client Validation, Server/Client Events/Actions, Server/Client Bindings...

SharePoint 2007: Determine who deleted a group

Someone deleted a user group from my site. Does SharePoint keep any sort of log that will tell me who did it or when? ...

SharePoint + Event Listener when a user logs out?

Is there any way to listen to a logging out event in SharePoint? We have event listeners when a list is created, so that got me thinking if there is one which will tell me if a user is logging out of the system or not. Thanks for your time. ...

How to identifiy custom code areas on a SharePoint installation?

How can I programmatically determine sites of a SharePoint 2007 installation that use custom code (DLLs, etc)? Or put another way, how can I identify all sites that are not your "standard" document collections, lists, calendars, etc? Basically, I'm interested in identifying sites that require source code. I don't want to look at the G...

SharePoint security programming issue

Hello everyone, I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I have deployed a publishing portal. I am developing a ASP.Net web application using VSTS 2008 + C# + .Net 3.5 + ASP.Net + SharePoint Server 2007 SDK. I found sometimes we need to use SPWebApplication.FormDigestSettings.Enabled = false in ...

Modify default action in a SharePoint List

Hi, to a list, I added a custom action that shows in the drop-down menu on AllItems.aspx and points to a custom page. However, I want it to be the default action, so that clicking on the item doesn't go to DispForm.aspx Any tip? Thanks ...

Caching of images and script in the _layouts directory

Hi all, I am trying the figure out why the images (or js, or css) in the _layouts directory are not cached by either IE or FF. The authentication on the site collection is NTLM. The _layouts folder has anonymous access enabled in IIS. If I debug with fiddler a page that has been loaded before, I can see the following requests: GET /...

Solution Package - Deployment

What will happen if we installed a "Web-scoped" feature globally? ...

Is it possible to add new fields to the Summary Link Control

I am using the PublishingWebControls:SummaryLinkFieldControl and would like to add another field for the Group Description (In addition to the Group Name). The default field available is the Group Name and Group Items. I really need an option to to hold the Group Description as well. Is this possible without customisation? ...

Granting Access to custom page ?

Hi all I have a custom sharepoint page that inherits from a custom dll I created the page is located inside my shared documents library. I managed the page's permissions so that there are two groups who can access it: one with a Full control level and the other with Contribute level. the problem is that any member from the second grou...

SharePoint ItemAdded Event Delay

Yet another question. So now my EventReceiver and its logic is working just fine. Except for one thing. Basically it queries the whole list through CAML queries, and then passes the result to a DataTable object, and later on to a DataRow object... Like all, in test environment, it works perfectly, but in production... What happens is...

Determine the SharePoint Application Pool Account Using Sharepoint API?

Hi, Is there a way of determining the user login used for the Application Pool identity using the SharePoint API? Thanks, MagicAndi ...

.NET portal web clipping/web connector/portlet bridge/web capture analogs

Greetings, We are seeking .Net analogs or ports of what they refer to as "Web Connector" in Vignette, "Web Clipping" in WebSphere, "Web Capture Web Part" in Sharepoint (could not evaluate myself) or PortletBridge http://www.portletbridge.org/features.html. The implementation itself does not seem to be extremely sophisticated thus porti...