Access ScriptManager in a Master Page from Content Page
- 6/12/2008
- Author: Brian Pautsch
- Category: Code Snippets
- 1291 Views
- 0 Comments
- Read more
I recently had to access the ScriptManager in a Master Page from one of the Content Pages.I first tried to perform a FindControl(), but there's a much easier way.There is a static method in the ScriptManager class ca...
more >>
How to enable HTTP Compression on Windows Server 2003
- 5/20/2008
- Author: Brian Pautsch
- Category: Thoughts
- 1678 Views
- 0 Comments
- Read more
If your server and website are not using HTTP Compression, you're not taking advantage of one of the easiest website performance features to implement. This blog tells you how to enable HTTP Compression in less than ...
more >>
Disable PDB File Generation in Release Mode
- 4/15/2008
- Author: Brian Pautsch
- Category: Thoughts
- 1051 Views
- 1 Comments
- Read more
Migrating code to a Production environment is not a difficult task, but I have seen developers do some weird stuff. I have seen developers migrated code compiled for debug and then wonder why the site doesn't run ver...
more >>
How to check for hexidecimal characters
- 3/28/2008
- Author: Brian Pautsch
- Category: Code Snippets
- 1307 Views
- 0 Comments
- Read more
If you haven't come across it yet, hexidecimal characters are not allowed in XML documents and cause problems when trying to display or work with them. When working with 3rd party data in XML (not received via a web serv...
more >>
KeyLimeTie Log Cleaner (file pruning application) - FREE!
- 3/16/2008
- Author: Brian Pautsch
- Category: Applications
- 1588 Views
- 3 Comments
- Read more
With all of the applications running on a server, it is important to keep their
output pruned. Even with a basic server running a few websites, you can expect to
have:
- IIS logs
- SQL Server da...
more >>
Internet Explorer 8 Has Arrived!
- 3/6/2008
- Author: Brian Pautsch
- Category: Thoughts
- 1164 Views
- 0 Comments
- Read more
From "ReadWriteWeb"...Microsoft's next-generation web browser, Internet Explorer 8, has arrived. In a surprising move, after the demo of IE8 and its new features at today's session of the MIX08 conference, the startl...
more >>
Safely restart an ASP.NET remotely
- 2/12/2008
- Author: Brian Pautsch
- Category: Code Snippets
- 1317 Views
- 0 Comments
- Read more
Every once in awhile, an ASP.NET website may need to be restarted. There are a few ways to do this: kill the worker process (too forceful), restart IIS (restarts all websites) or modify the web.config (best choice). In...
more >>
Don't Search For Domain Names on Network Solutions!
- 2/9/2008
- Author: Brian Pautsch
- Category: Thoughts
- 1124 Views
- 1 Comments
- Read more
If you check for a domain name on Network Solutions, you will have to buy it there or risk losing it forever!
When you check for a domain name on Network Solutions, they immediately lock that domain for 4 days. If...
more >>
How to use Visual Studio 2003 in Windows Vista
- 1/17/2008
- Author: Michael Wick
- Category: Applications
- 2640 Views
- 1 Comments
- Read more
This blog entry is intended to illustrate the steps necessary to set up a Windows Vista machine to use Visual Studio 2003 (.NET 1.1). Most of the information was obtained from the following blogs:
...
more >>
KeyLimeTie Mass Emailer - Free!
- 1/2/2008
- Author: Brian Pautsch
- Category: Applications
- 1332 Views
- 0 Comments
- Read more
Over the years, we have built a number of Mass Emailing applications for customers (some web, some windows apps).I took a recent version I created and added more to it and am now making it available to anyone.Download Ap...
more >>