Whether you host in-house or with a managed Windows hosting provider, if you self-administer a web server it is good to know that by default IIS7 sets application pools to “time-out” after 20 minutes of inactivity. So if you don’t have any visitors to your site within 20 minutes, the application pool will shut down […]
CSS Style Overlaps, Duplicates, and Priorities
I sent most of this past weekend trying to get a nice looking responsive table to work. At first I tried to mess with it from scratch. Then someone recommended I look into Twitter Bootstrap. Wow, am I glad I looked into Bootstrap because that has saved a ton of frustration. Okay, so I have […]
css, Hosting, Learning, tip, TroubleshootingTurn Off IE Enhanced Security Configuration
The Internet Explorer Enhanced Security Configuration (IE ESC) that is turned on by default on Windows Server drives me crazy. Being unable to download files, and constantly being prompted to add URLs to be viewed, is super-annoying. So, my SOP now is to disable that setting for Administrative users on servers (note: these are generally […]
System Administration, tip, WindowsHandler "PHP5x_via_FastCGI" has a bad module "FastCgiModule" in its module list
Below is a guest post by Desiree at OrcsWeb with an IIS/PHP/CGI troubleshooting tip: I installed WordPress for one of our managed clients recently, and what should have been a simple install, turned into quite a bit of troubleshooting. The client was running Windows Server and using IIS for their site hosting. Before starting the […]
ASP.NET, tip, Troubleshooting, WindowsLinking spam sent through shared IIS SMTP server to a user
Microsoft’s IIS SMTP service won’t log usernames even when SMTP-AUTH is enabled and clients are all authenticating. So, what happens if someone starts abusing the SMTP service (or you perhaps have a runaway process performing the abuse)? Well, it takes a little effort but it is possible to track down the username being used to […]
cytanium, Hosting, IIS, OrcsWeb, System Administration, tipRestore MySQL Dump File to a Different Database Name
Today I had to take a MySQL database backup from one database and then restore it to a different database name (for development/testing purposes). I tried a number of different tricks that I found online through Google without any success. The issue was that the user I was using to restore the data was NOT […]
cytanium, Hosting, MySQL, tipPerforming Offline installations with WPI Command line tool
Performing application installs on a server that does not have internet connectivity used to be a difficult thing to do. You had to locate and download not only the main application, but any dependencies that would be needed to complete the install. Without an easy way to determine these dependencies, you could be stuck in […]
IIS, OrcsWeb, System Administration, tip, WindowsImplementing Application Initialization on IIS 7.5
Another great post by Terri over at OrcsWeb that I think you’ll find beneficial. Here’s a brief intro and a link to the full post… Microsoft has released a new module for IIS 7.5 which provides the ability to ‘warm-up’ an application and provide a ‘pretty’ page to the end-user until the application is fully […]
ASP.NET, Hosting, IIS, OrcsWeb, SQL/Databases, System Administration, tip, WindowsOrchard: Custom Content in Sub-Folders
Orchard doesn’t seem to like anything in it’s web root except for it’s own content. Try it out – create a folder (I created /TestContent/) and then put a test from there (I created test.html) and try to access it. You’ll get a 404 error. Orchard “traps” all requests and effectively kills them if it […]
ASP.NET, CMS, cytanium, Development/Coding, Hosting, IIS, Orchard, OrcsWeb, System Administration, tip, TroubleshootingMVC3, Visual Studio 2010: Error: Microsoft JScript runtime error: Not implemented
Okay, so I’ve started tinkering with MVC3 just to get familiar with what more-and-more people are working with now from a Windows Internet development perspective. I have a development/test VM running Windows Server 2008 R2 so I figured I’d install it there and walk-through some of the online tutorials. Well, right out of the bat […]
ASP.NET, Development/Coding, Hosting, MVC, tip, Troubleshooting