Using v2.02.04 I had before added a rule to rewite the home page URL to reflect only the domain name. Sometime in the last day or two, the rule disappeared. So, I decided to add it back in. When I did, I would click the "Save Configuration and Exit" button and the site would just hang. However, it would hang for ALL page requests. If I deleted the new rule and restarted IIS, the site would once again respond just fine. I was able to duplicate this three times (unfortunately). As I do not afford myself much sleep these days, I am sure that I wasn't paying attention, and did something wrong. Here is the replace rule that hung up the server: Look For: (.*)Home/tabid/36/Default\.aspx
Replace With: $1 Does anyone know why this happened? |