Showing posts with label SharePoint 2007. Show all posts
Showing posts with label SharePoint 2007. Show all posts

Monday, July 27, 2009

give anonymous permission for survey in publishing portal

You have a MOSS Publishing Site, and a Survey, Anonymous access is already enables on the site (and working), But if you enables the Anonymous access for the Survey (with the all available options Add,Delete,Edit,Read ...) its still Not working, and When you navigate to the NewForm.aspx it still asks for Username and Password, solved below


http://social.msdn.microsoft.com/Forums/en-US/sharepointecm/thread/b0c812a2-ee45-4cdb-883e-ce7187d393fb

and for more info about the ViewFormPagesLockDown feature find the link below
http://technet.microsoft.com/en-us/library/cc263468.aspx#section6

and this works with the anonymous permission for DispForm.aspx for any list.

Thursday, May 28, 2009

Application Templates for Windows SharePoint Services 3.0

Application templates are out-of-the-box custom scenarios tailored to address the needs and requirements of specific business processes or sets of tasks in organizations of any size. They also provide a starting point for partners and developers looking to build deeper SharePoint-based solutions. The templates make use of Windows SharePoint Services 3.0 capabilities and are compatible with Microsoft Office SharePoint Designer 2007 to help make customization easier.

from technet.microsoft.com

http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx

Friday, April 10, 2009

SharePoint URL Quick List

The following is a list of SharePoint URLs to get to commonly used administrative functions on a SharePoint site. The majority of the URLs require administrator permissions on the site and a few require administrator permissions on the SharePoint server. This is a quick list for speedy reference as compared to tracking down links through the admin screens.

http://www.heathersolomon.com/blog/articles/1116.aspx

Wednesday, January 28, 2009

Using Team Foundation Server to Develop Custom SharePoint Products and Technologies Applications

This article is part of a series about using SharePoint Products and Technologies and Team Foundation Server in your SharePoint application development. For more information about incorporating Microsoft best practices and toolsets around ALM “explained in the article” and applying them to SharePoint development, see the Team Foundation Server Resource Center.

http://msdn.microsoft.com/en-us/library/cc948982.aspx

I have read it from Robert Shelton's Blog
http://rshelton.com/archive/2008/12/11/using-team-foundation-server-with-sharepoint-for-collaborative-development-article.aspx

Saturday, November 8, 2008

Plan for software boundaries (Office SharePoint Server)


Estimate performance and capacity requirements (Office SharePoint Server),Plan for software boundaries (Office SharePoint Server).

This article provides information to help you understand the tested performance and capacity limits of Microsoft Office SharePoint Server 2007, provides information about the test environment and test results, and offers guidelines for acceptable performance. Use the information in this article to determine whether your planned deployment falls within acceptable performance and capacity limits.

Friday, November 7, 2008

Enhancing the SharePoint sites

Those links below are related to enhancing the SharePoint sites, caching, disposing objects and all about memory leaks, optimize SharePoint sever indexing, enhancing camel quires, content query web parts and such and such.

Tuesday, October 14, 2008

Anonymous Search Results

there is one page that is absolutely necessary for everyone to access: osssearchresults.aspx. This page presents the list of search results.

By default, viewing this page requires a user to be authenticated to the server. This can create a problem when your site definition includes the basic search control as it will attempt to render all search results on this page with Anonymous access.

locate the following text at the top of the osssearchresults.aspx (inside the < % @ Page ... /> declaration) and remove it:Inherits="Microsoft.SharePoint.WebControls.LayoutsPageBase"This setting determines the inheritance of the page from the generic application page base class; however, it is not required for the page to function. Anonymous uers will be able to view the page without having to login and search results will continue to be security trimmed so users without proper permissions will be unable to view restricted items.

this is from The SharingPoint it works fine and here you are the link below.

http://sharingpoint.blogspot.com/2007/05/anonymous-search-results-in-wss-v3.html

Anonymous impersonation for FBA portals in SharePoint

We all get used to grant IUSER_computername any access we need as IUSER is the internet users that all anonymous user are impersonating when they try to access any page in your portal, and it works for only windows authentication. To do the same thing but with forms based authentication you need to
1- Store or register your IUSER for example guest to your membership repository.2- Grant that guest any access rights you want inside or outside SharePoint.3- Write some code to make all unauthorized users impersonate that guest inside the portal 'Global.asax'. which is protected void Application_AuthenticateRequest(Object sender, EventArgs e) { string cookieName = FormsAuthentication.FormsCookieName; HttpCookie authCookie = Context.Request.Cookies[cookieName]; if (authCookie == null) { FormsAuthentication.SetAuthCookie("guest", false); } }So all the anonymous users will have a guest access 'your created guest' on your portal
For more details see the link below.
http://blogs.devhorizon.com/reza/?p=508

Monday, April 14, 2008

Stefan Goßner talks about SharePoint Content Deployment

very nice articles taking about Requirements for a successful Content Deployment and the Common Issue or Content Deployment fails and how to resovle.
http://blogs.technet.com/stefan_gossner/default.aspx

Wednesday, April 9, 2008

SharePoint 2007, Content Deployment ''User cannot be found' error

I am tring to run a job but it gets Failed for tow below errors:

1-User cannot be found. at Microsoft.SharePoint.SPUserCollection.GetByID(Int32 id) at Microsoft.SharePoint.SPWeb.get_Author() at Microsoft.SharePoint.Deployment.WebSerializer.GetDataFromObjectModel(Object obj, SerializationInfo info, StreamingContext context) at Microsoft.SharePoint.Deployment.DeploymentSerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context) at Microsoft.SharePoint.Deployment.XmlFormatter.SerializeObject(Object obj, ISerializationSurrogate surrogate, String elementName, Boolean bNeedEnvelope) at Microsoft.SharePoint.Deployment.XmlFormatter.Serialize(Stream serializationStream, Object topLevelObject) at Microsoft.SharePoint.Deployment.ObjectSerializer.Serialize(DeploymentObject deployObject, Stream serializationStream) at Microsoft.SharePoint.Deployment.SPExport.SerializeObjects() at Microsoft.SharePoint.Deployment.SPExport.Run()

2-Content deployment job 'test_test' failed.The exception thrown was 'Microsoft.SharePoint.SPException' : 'User cannot be found.'

what can i do?


-it is an issue i posed it before in The official blog of the SharePoint Product Group-Content Deployment, it is really useful.

http://blogs.msdn.com/sharepoint/archive/2006/05/02/588140.aspx

Introduction to Windows SharePoint Services 3 and Office SharePoint Server 2007 for Developers

Introduction WSS 3 and MOSS 2007


From: Magganpice, 1 year ago





Slides from Microsoft Techtalk in Zurich


SlideShare Link


SharePoint and Other Collaborative Tools

Microsoft SharePoint Portal Sever 2007 and Other Collaborative Tools - The Future of Intranets?


From: msampsonMNET, 7 months ago





Michael's presentation at the BrightStar conference on August 29, 2007 in New Zealand


SlideShare Link