Missing SMTP Virtual Server in Windows 2003
Sometimes the SMTP Virtual Server will disappear in the IIS Manager on Windows 2003, especially if you”ve done online casino some installing/uninstalling/reinstalling of IIS, SMTP, etc. Until it”s fixed in […]
Continue ReadingFast Flash applications for the web
Laszlo appears to be a free, open-source tool for quickly building rich web applications. It takes XML-based source files and generates Flash applications. Sounds very similar to Macromedia’s own Flex, […]
Continue ReadingConfigure SMTP relaying with IIS 6 / Windows 2003
I’ve spoken with other developers about how to use the SMTP service built into Windows 2003 as an outbound SMTP relay. For example, say you have a small web site […]
Continue ReadingCPU Monitoring and Throttling in IIS 6
You can enable some basic CPU monitoring in IIS, but the downside is you have very few options if a given site takes up too much CPU. You can either […]
Continue ReadingSystem.OutOfMemoryException with ASP.NET on a high-ram machine
If you have a machine with 4gb of ram, you may still see out of memory errors coming from ASP.NET. It seems impossible, since you have so much memory, yet […]
Continue ReadingCase sensitive string comparison in SQL Server
Normally SQL Server is installed to be case insensitive, yet you need to perform a case sensitive search. Thus when trying to do a normal string comparison you run into […]
Continue ReadingOne Late Night With Perl (aka search and replace on big large huge files)
One Late Night With Perl: A Troubleshooting Story A few weeks ago we needed to do a search and replace on a few hundred IIS web log files. Each file […]
Continue Reading