To improve performance of ASP.Net Web Applications, first of all we need to understand the places where performance bottlenecks typically occurs....
Site definitions are the foundation on which all sites are built in a SharePoint Server. Each site definition defines a unique type of SharePoint site....
WSS 3.0 SP2 and MOSS SP2 include updates designed to improve performance and availability in your SharePoint server farm, along with fixes to known issues....
Microsoft has issued two service packs for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. Features included in the WSS 3.0 and MOSS 2007 SP1....
SharePoint provides some out of the box List Types. Some of the most used ready made list types that SharePoint provides currently are listed below....
We can debug SharePoint Applications very easily by using Visual Studio extensions for Windows SharePoint Services....
Search Engines would penalize my site if both the URLs http://www.etechplanet.com and http://etechplanet.com will return a "200 OK" code in the HTTP header....
ASP.Net “TextBox” server control allows users to enter text (alphabets, numbers, and special characters). But if you want to allow users to enter only alphabets or numbers....
| Category: VB.Net | Date: 12/22/2009 11:06:00 AM |
STSADM command can be used to take the backup of sharepoint website as a .dat file: STSADM -o backup -url "http://SiteURL" -filename "C:\SiteBackup.dat"....
SharePoint has two types of ASPX pages. 1) Aplication pages, also known as _layout pages 2) Content pages, also known as site pages....