IS/IT
• Logaholic Web Analytics & Statistics Software 2.0.1, Logaholic / Erkelens International BV
• NetStat Agent 2.1, Flexbyte Software
• LanFlow Net Diagrammer 6.07.2024, Pacestar Software
• nfsAxe Windows NFS Client and NFS Server 3.6, LabF
• WinaXe Plus SSH X-Server for Windows 8.6, LabF
• WinaXe Windows X Server 7.6, LabF
• NetGrid Studio 5.1.0.15, BlueCrestStudios
• SAEAUT SNMP OPC Server Enhanced 2.05.05, SAE - Automation
• XpoLog Center - Log Viewer 3.7, XpoLog
• VNN-Enterprise 4.2.0.1, VNN Networks
• Netman 5.03, Nanning Netman Computer
• Netop Remote Control 9.2, NetOp Tech
• Network Administrator's Toolkit 9.6, Alchemy
• Colasoft Capsa 6.9, Colasoft
• Port Forwarding Wizard 3.1, UpRedSun
• TightProjector 1.1.0, TightVNC Group
• Service Desk TTS 2.0, Service Master Software
07/14/08 - Specify rewrite rules using regular expressions.
Apache has mod_rewrite; now IIS has a small, cheap (free) rewriting module Ionic's ISAPI Rewriting Filter (IIRF). Specify rewrite rules using regular expressions. An incoming URL like http://foo/bar/bam can be translated into http://foo/baz/bam.jsp or http://foo/baz/bam.php. ASP.NET has a URL mapping mechanism, but it works only for filetypes that are handled by ASP.NET: aspx, ascx, asmx, and so on. For static files or non-ASP.NET files, (XML, GIF, JPEG, CSS), the ASP.NET mapping won't work cleanly. IIS, like Apache's HTTP server, has an extension mechanism: it is called the ISAPI filter. There are commercial ISAPI filters that endow IIS with the ability to re-write URLs. This is a cheap and powerful alternative. Version 2 includes enhancements for use on large-scale servers with many multiple Web sites, Now, install the ISAPI filter once, and configure each Web site or Web application independently.
Similar programs.
• Ionic's ISAPI Rewriting Filter,