Aug 06, 2007
If you're hosting the .NET Framework 3.5 (Beta 2) or planning on it, keep in mind there is some additional work required for the Beta 2 bits. The attached document describes two issues (and their corresponding workarounds) when hosting ASP.NET websites...
0 comments
Filed under: Tips and Tricks, Latest Technical News, ASP.NET, LINQ, .NET
Apr 25, 2007
One thing you can do to help save memory usage is to enable the WorkstationGC. The GC, or garbage collector, manages the memory for appDomains. http://support.microsoft.com/kb/911716
1 comments
Filed under: Tips and Tricks, ASP.NET, IIS
Feb 20, 2007
Just sharing a nice little script to query all the computers in an OU and change the local Administrator password for each one. One thing to note, if your computers happen to be in the default Computers container, you need to change the LDAP query from...
1 comments
Filed under: Tips and Tricks, IIS, Windows Server
Feb 12, 2007
When running on x64 hardware, you have two options. First, to run in native 64-bit mode. This means all the applications running need to be 64-bit. The second is to run worker processes in 32-bit mode, which means all applications need to be 32-bit. This...
1 comments
Filed under: Tips and Tricks, IIS, x64
Jan 31, 2007
SharePoint v3 offers a lot of great features and functionality for hosters and this whitepaper talks about how to use these features to create a shared hosting solution. The whitepaper is built upon lessons learned from a dozen or so hosting partners...
2 comments
Filed under: Tips and Tricks, Latest Technical News, SharePoint, Community News
Oct 30, 2006
IIS and UNC - everyone wants to know more. The ASP.NET 2.0 Deployment Guide already talks about configuring ASP.NET over UNC. So now, let's explore SMB work contexts and how they are a huge factor for IIS/UNC configurations. Between two Windows server...
1 comments
Filed under: Tips and Tricks
Sep 19, 2006
Most folks are aware that Windows Server 2003 R2 offers directory-based quotas, a great new feature that is better for some hosters than the volume/user based quotas in Windows 2003 Server RTM and SP1. To get quota going in R2, generally you can just...
1 comments
Filed under: Tips and Tricks
Apr 17, 2006
Shared servers usually have many databases belonging to different customers, and MS SQL Server Management Studio (SSMS) will display all those databases when used by a valid login to connect to SQL Server 2005. If you seek to change that default behavior...
0 comments
Filed under: Tips and Tricks, SQL Server