Sep 05, 2008
A lot has changed in the IIS7 UI from IIS6, sometimes it can be hard to find out where to set certain things such as the execute permission for CGI's and ISAPI's. Yesterday, I was trying to get a CGI to execute, but couldn't find where to set it. In IIS7...
1 comments
Filed under: UI, Tips and Tricks, IIS7
Oct 05, 2007
For the next week, I hope to produce a couple of blogs about my journey through the land of developing a managed module for IIS7. Being a test lead on the team, I rarely have time to get my hands dirty with the product at the level of developing modules...
0 comments
Filed under: FREB, XSL, Tips and Tricks
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
Aug 02, 2007
First of all, apologies for not having introduced myself in my first post. My name is Bryan and I am a Program Manager Intern on the IIS team. In my "real life," I am an undergraduate student pursuing a double major in Electrical and Computer Engineering...
1 comments
Filed under: Media, Hosting, Tips and Tricks
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