Why would you ever want to debug a classic ASP application in Visual Studio 2010 and IIS7? Well there are still plenty of legacy sites that customers will want converted. This article describes how to get started debugging classic ASP in IIS7 and VS2010.
[More]
Mike Mosey is his Rackspace Cloud Blog post addressed how to run multiple Websites on an Apache server. What if you are running IIS7 on a Windows server? Well - yes you can - easily run multiple websites on one IP using Host Headers (bindings in IIS). In this brief post, I'll describe how to set it up in IIS.
[More]
DotNetNuke is a well established open source, content management system (CMS). The platform allows users to develop multiple portals with different domain aliases using a single installation. Depending on your host though, you may have issues with URL cannonicalization. In plain English, this means that users that browse to your site with http://falconwebtech.com are redirected with a permanent 301 redirect to http://www.falconwebtech.com. It doesn't really matter which one you use, but to avoid duplicate content and enhance your sites' SEO rankings, pick one and follow the instructions below to setup the redirect on Windows IIS7.
[More]
The Internet Information Services 7 (IIS 7) URL Rewrite Module in Windows Server 2008 provides an import feature that truly simplifies the process of converting Apache mod_rewrite rules to IIS URL rewrite rules. You simply use the Import Rules feature provided in the URL Rewrite Module to import several mod_rewrite rules into an IIS configuration file. If you have not yet downloaded the URL Rewrite Module, you can do so at http://www.iis.net/download/urlrewrite
[More]
Adding schemaLocation to a namespace in LINQ to XML is simple if you follow a few simple constraints.
[More]