Blog Archives

Disabling Validation for ASP.NET Server Controls

When using validation controls in your ASP.NET pages you might want to disable validation in certain situations. The most common example is when you want to disable validation for a Cancel button. You can instruct the ASP.NET server control to

Tagged with:
Posted in C#

File Upload/Download File Size Limits

SharePoint store all the uploaded documents in the database. Having a restriction on the file upload size is always a good idea. You can do this two ways, 1. Give a upload file size limit under general setting of the

Tagged with:
Posted in SharePoint

Disable Loopback Check to resolve “Crawl Log error: Access Denied” error in SharePoint

Issue Windows Server 2003 SP1 introduced a loopback security check. This feature is obviously also present in Windows Server 2008. The feature prevents access to a web application using a fully qualified domain name (FQDN) if an attempt to access

Tagged with:
Posted in SharePoint