http://blogs.msdn.com/b/bgeoffro/archive/2008/03/19/list-attachments-over-50mb-need-more-than-an-increase-in-maximum-upload-size.aspx
Basically there's a setting maxRequestLength in web.config file at the IIS level that will block list attachment uploads above 50MB. maxRequestLength="204800" would allow list attachment up to 200 MB.
Monday, August 22, 2011
Friday, August 5, 2011
How to debug InfoPath 2010 browser enabled form with code behind
Here is a step by step instruction by Nik Patel. The instruction works beautifully. It is the best instruction on this topic I have found so far.
Step by Step – Debug InfoPath 2010 Forms Deployed on SharePoint 2010 Using Visual Studio 2010
Thursday, July 28, 2011
Understand, scale and monitor Crawling / Processing / Indexing in FAST Search for SharePoint
Greate blog entry on this, good read and links to other resources.
Understand, scale and monitor Crawling / Processing / Indexing in FAST Search for SharePoint by leonardocsouza
Very other helpful information on SharePoint Search, Fast Search for SharePoint too.
Labels:
Configuration,
FAST,
Search
Wednesday, July 20, 2011
"relative links" Error when verifying/uploading infopath 2010 form template
Got the following error message when trying to deploy an infopath 2010 form template with code via central administration to production:
“Relative links to Data Connection Libraries located in different SharePoint Site Collections are not supported.”
Google search found the following blog
“Relative links to Data Connection Libraries located in different SharePoint Site Collections are not supported.”
Google search found the following blog
Relative Links” Error Message when verifying an InfoPath Form Template by Rob Finney
In summary, the url to the SharePoint site needs to be exactly the same, including upper/lower cases, in the data connection settings. So to fix, just delete the offending data connection, add it back, then convert it to data collection file, at this step, ensure the url is correct and the capitalization of each letter is exact the same as the other data connections.
Labels:
Development,
InfoPath
Wednesday, June 29, 2011
How to make custom user profile properties searchable in SharePoint 2010?
Not as simple as in MOSS, please see the post by Steve McDonnell
Making Custom User Profile Properties Searchable in SharePoint 2010
Thursday, June 23, 2011
SharePoint 2010 Blog - Antonio Lanaro: SharePoint 2010 Fast Search: Filter all contents w...
SharePoint 2010 Blog - Antonio Lanaro: SharePoint 2010 Fast Search: Filter all contents w...: "OBJECTIVE : To programmatically obtain the URL to access the FAST search and return contents filtered by Metadata. To enable a custom search..."
Monday, June 20, 2011
Create a Search Scope for FAST Search for SharePoint 2010
Please see "Creating a Scope in FAST Search for SharePoint 2010"
Basically, you can't use SharePoint CA to accomplish this task, you have to use PowerShell scripts.
Basically, you can't use SharePoint CA to accomplish this task, you have to use PowerShell scripts.
Subscribe to:
Posts (Atom)