Tag Archives: ColdFusion

ColdFusion redirect – cflocation

Adobe ColdFusion

I had to change the domain of a longstanding ColdFusion site with hundreds of pages. With .htaccess on an Apache Linux host this is easy and well documented. With ColdFusion on IIS…. not so much.  My searches found post after post with the same instruction, how to redirect an individual page or an entire domain [...]

Posted in Computer, Web| Also tagged , | Leave a comment

ColdFusion 8 Data Source with MS SQL Express 2005

sql2008

After upgrading my development system from ColdFusion MX and MS SQL 2000 to ColdFusion 8 and MS SQL Express 2005 I was getting the dreaded SQLServer JDBC Driver errors. The fix is in the Adobe link below – custom config the TCP/IP settings. In my case I used the existing “Dynamic port” Connection verification failed [...]

Posted in Computer, Web| Also tagged , | 4 Responses