My posts tagged with "Tips and Tricks" (RSS)

Hosting ASP.NET for .NET Framework 3.5 Beta 2 in Medium or Partial Trust

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...

ASP.NET applications running out of memory?

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

Using WMI to change the local administrator password for all servers in an OU or Container

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...

Getting 64-bit or 32-bit applications working on IIS 6.0 x64

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...

SharePoint (WSS v3) Guidance for Shared Hosting

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...

Hosting IIS with UNC content - Network BIOS commands and other errors

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...

Programmatically manage R2 quotas using cmd-line tools

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...

SQL Server Management Studio - Limiting views on shared servers

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...

1 2  Next ยป

Page view counter