Tuesday, October 06, 2009

Caching in MOSS 2007

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

Friday, September 25, 2009

Cannot connect to the configuration database.

This might happen due to various reasons . Below are the most common reasons :
1) Check SQL DB exist and enabled
2) Application pool Identity has been added to SQL DB

SharePoint 2007 Best Practices

SharePoint Pattern and Practices

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

Tuesday, September 22, 2009

Save as Site Template Missing

Are you trying to save a publishing site as site template and are still wondering where the "Save as Site Template " is?

Well It's hidden . Here is a nice article for you.


Cheers!!!

Wednesday, September 16, 2009

Improve SharePoint 2007 Website Performance

http://blogs.msdn.com/ecm/archive/2006/11/08/how-to-make-your-moss-2007-web-site-faster-with-caching.aspx

Tuesday, September 08, 2009

Get Client Machine Name ASP.NET

System.Net.Dns.GetHostByAddress(Request.UserHostAddress).HostName

Thursday, September 03, 2009

Preliminary System Requirement SharePoint 2010

http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

Monday, August 17, 2009

ASP.NET Progress control for FREE!!!

I tried this control and i must say it's too good to be free.
http://www.essentialobjects.com/Products/EOWeb/ProgressBar.aspx

Friday, August 07, 2009

Upgrade Checker in SP2 for SharePoint 2010

Wednesday, August 05, 2009

AJAX ERROR : Sys.WebForms.PageRequestManagerTimeoutException - The server request timed out

Well if you have this error then its due to long running process as the default time out set is 90 seconds.
If you want to increase the time out value , then make change to the Script Manager attribute .
For e.g to increase it to 5 min :




(Click on image to enlarge it)