Posted on Leave a comment

Developer Tip of the Day

If you have two servers with the same directory structure and you are ftp’d and remote desktop’d into one of these servers, when you ftp a file if it doesn’t immediately appear in the directory in the remote desktop, then you are probably ftp’d into the wrong server.

To non-developers, I acknowledge that as you read that you probably hear Charlie Brown’s adult wah wahs in your head. For that, I apologize!

Posted on Leave a comment

ASP Classic on Windows 2003? Jump a hoop!

If you are trying to get an Active Server Pages class (instead of .NET) application to work on your Windows 2003 and not getting any pages returned, look in the Internet Information Services (IIS) Manager at the Web Services Extensions. You are likely to see that Active Server Pages is Prohibited. Simply right click and choose Allow. Now your ASP classic application will function!