SharePoint 2010, MOSS 2007, C#, ASP.NET, SQL Server, software architecture and development, XML, Microsoft Windows, Windows Sharepoint Services 3.0
Monday, July 27, 2009
give anonymous permission for survey in publishing portal
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
from technet.microsoft.com
http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx
Wednesday, May 27, 2009
Friday, April 10, 2009
SharePoint URL Quick List
http://www.heathersolomon.com/blog/articles/1116.aspx
Wednesday, January 28, 2009
Using Team Foundation Server to Develop Custom SharePoint Products and Technologies Applications
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)
Friday, November 7, 2008
Enhancing the SharePoint sites
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d52ff289-94d3-4085-bc4e-24eb4f312e0e.mspx?mfr=true
http://msdn.microsoft.com/en-us/library/aa973248.aspx
http://office.microsoft.com/en-us/sharepointserver/HA101206861033.aspx
http://msdn2.microsoft.com/en-us/library/aa973248.aspx
http://msdn2.microsoft.com/en-us/library/bb687949.aspx
http://msdn2.microsoft.com/en-us/library/aa973248.aspx
http://msdn.microsoft.com/en-us/library/ms413145.aspx?PHPSESSID=7c61ntavm1dmu84rl10kephll5
http://msdn.microsoft.com/en-us/library/aa505327.aspx
http://msdn.microsoft.com/en-us/library/ms947783.aspx
http://msdn2.microsoft.com/en-us/library/bb727371.aspx#MOSS2007OptPerfWCM_OverviewofPerformanceOptimizationforWCMSites
http://www.binarywave.com/blogs/eshupps/Lists/Posts/Post.aspx?List=9c93c708%2De5ce%2D4714%2Dbdea%2D499330361130&ID=111
http://blogs.technet.com/stefan_gossner/archive/2007/11/26/dealing-with-memory-pressure-problems-in-moss-wss.aspx
http://blogs.msdn.com/joelo/archive/2007/12/05/10-things-to-optimize-your-sharepoint-server-indexing.aspx
http://www.ranjanbanerji.com/techtalk/20070716.aspx
http://blogs.msdn.com/tess/archive/2006/09/06/net-memory-usage-a-restaurant-analogy.aspx
http://support.microsoft.com/default.aspx/kb/933560
http://jritmeijer.spaces.live.com/blog/cns!8A48A27460FB898A!965.entry?wa=wsignin1.0
Tuesday, October 14, 2008
Anonymous 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
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
Wednesday, April 16, 2008
It should be WebSphere Portal vs Sharepoint not Domino vs Sharepoint
http://blogs.toasttechnology.com.au/roller/hortovanyi/entry/it_should_be_websphere_portal
WebSphere Portal and Windows SharePoint Integration Guide see below
http://www.ibm.com/developerworks/websphere/library/techarticles/0410_choo/0410_choo.html
Monday, April 14, 2008
Stefan Goßner talks about SharePoint Content Deployment
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