Oct22

Unrecoverable build error

Categories: Visual Studio, Errors, ASP.NET
Ouch.  This error has bothered me for a couple of days now, and I finally found a solution.  I kept getting this error when I was building a depolyment project. First, you should try Microsoft's Knowledge Base article on the problem: http://suppo...
 
Oct2

Turn Identity Insert Off and On

Categories: SQL Server
This is a really great thing to know if you are migrating data from one database to another and absolutely must retain the Id field of your records.  You can turn Indentity Insert Off / On so that you can specify the Id during insertion. Don't get c...
 
Oct1

IIS 6.0 and Flash streaming (FLV)

Categories: Miscellaneous, Errors
We recently acquired an app that streams flash - but it was not working on our web servers (Winows 2003, Standard).  It was pretty aggravating to get up and running (*Opens arms for Silverlight*). The site has .swf files that stream a flash video...