DownloadCENTER DownloadCENTER http://www.iis.net/ http://backend.userland.com/rss Community Server v2.0 (http://www.communityserver.org) Guideman <p>If you want to do these, it is Guideman. </p><ul><li>Want to show beautiful URL. </li><li>Want to become HTTPS. </li><li>Want to redirect the portable terminal to another. </li><li>Want to shed the REFERER difference. </li><li>Want to limit IP. </li><li>and so on...</li></ul><p>Guideman like a mod_rewrite in Apache.</p><p>&nbsp;</p> http://www.iis.net/1529/ItemPermalink.ashx yrm http://www.iis.net/1529/ItemPermalink.ashx Mon, 18 Feb 2008 03:56:54 GMT Admin Report Kit for IIS 4.x / 5.x / 6.x (ARKIIS) <font size="2"><strong>Admin Report Kit for IIS 4.x / 5.x / 6.x&nbsp; (ARKIIS)</strong> is a powerful reporting tool for Microsoft IIS Administrators. ARKIIS presents IIS configuration information from the IIS Metabase in the form of Trees, Tables and Views. All categories of information reported by ARKIIS are available across multiple web servers and websites. ARKIIS is particularly useful in monitoring and tracking web servers that have a large number of websites, virtual directories and associated configuration settings.&nbsp;<br /><br />ARKIIS supports current versions of Microsoft Internet Information Server (4.x / 5.x / 6.x) and localized versions of IIS.&nbsp;</font> http://www.iis.net/1784/ItemPermalink.ashx vyapin http://www.iis.net/1784/ItemPermalink.ashx Thu, 11 Dec 2008 01:03:32 GMT Admin Report Kit for IIS 7 (ARKIIS) <font size="2"><strong>Admin Report Kit for IIS 7 (ARKIIS)</strong> is a powerful reporting tool for Microsoft IIS Administrators. ARKIIS presents Microsoft Internet Information Services 7.0 (IIS 7.0) configuration information from the IIS 7.0 configuration store in the form of Trees, Tables and Views. All categories of information reported by ARKIIS are available across multiple web servers and websites. ARKIIS is particularly useful in monitoring and tracking web servers that have a large number of websites, virtual directories and associated configuration settings.&nbsp;<br /><br />ARKIIS latest version supports Microsoft Internet Information Services 7.0 (IIS 7.0).&nbsp;</font> http://www.iis.net/1782/ItemPermalink.ashx vyapin http://www.iis.net/1782/ItemPermalink.ashx Thu, 11 Dec 2008 01:02:33 GMT Log Analyzer: Trends Desktop-based web log analyser (IIS and Apache server logs supported). Tracking daily, weekly or monthly trends in statistics: visited pages, unique visitors, search engines, referring sites, search phrases. Detailed summary statistics with all major parameters on one screen! http://www.iis.net/1955/ItemPermalink.ashx Vladis http://www.iis.net/1955/ItemPermalink.ashx Mon, 01 Nov 2010 18:11:28 GMT IIS and Apache Log Analyzer Desktop-based freeware IIS log analyser (Apache logs is also supported). Tracking statistical trends: visited pages, unique visitors, search engines, referring sites, search phrases. Detailed summary statistics with all major parameters on one screen. http://www.iis.net/2009/ItemPermalink.ashx vladis http://www.iis.net/2009/ItemPermalink.ashx Mon, 01 Nov 2010 18:11:58 GMT SSL Diagnostics Tool For IIS 7 <p>The <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cabea1d0-5a10-41bc-83d4-06c814265282&amp;DisplayLang=en"><font color="#666666">SSL Diagnostics tool</font></a> is a very useful tool for troubleshooting SSL issues.&nbsp; It generates a detailed report of SSL settings for all the websites on an IIS server which helps in quickly identifying SSL issues. </p><p>But the tool was built for IIS 5 and 6, there is no version available which is compatible with IIS 7. The SSL Diagnostics tool does succeed in generating a report on IIS 7 if the IIS 6.0 Metabase Compatibility feature is installed.</p><p>To help troubleshoot SSL issues on IIS 7 I have written a tool which works in a similar fashion. It scans all the websites and FTPS sites configured on the server and generates a report which can help in identifying SSL issues.</p> http://www.iis.net/1926/ItemPermalink.ashx vijaysk http://www.iis.net/1926/ItemPermalink.ashx Sun, 20 Sep 2009 07:04:25 GMT IIS 7.0 IIS Manager extension to Find Debug Modules <p>Often assemblies are built in debug mode and deployed on production servers causing performance degradation. Using this module you can scan all your website folders to find .net modules that are built in debug mode.</p><p>&nbsp;</p> http://www.iis.net/1581/ItemPermalink.ashx vijaysk http://www.iis.net/1581/ItemPermalink.ashx Mon, 17 Dec 2007 14:39:39 GMT IIS Blog Reader for Powershell <p>This script is an example that allows you to read the blog posts on IIS.NET.</p><p>For more information, check out my blog post about this topic at:<br /><a href="http://blogs.iis.net/tobintitus/archive/2007/02/13/reading-iis-net-blogs-with-powershell.aspx">http://blogs.iis.net/tobintitus/archive/2007/02/13/reading-iis-net-blogs-with-powershell.aspx</a></p> http://www.iis.net/1387/ItemPermalink.ashx TobinTitus http://www.iis.net/1387/ItemPermalink.ashx Wed, 14 Feb 2007 17:27:28 GMT Logging UI for IIS 7.0 on Windows Vista <p>Windows Vista did not ship with a user interface to configure logging in the IIS Server Manager. This module was developed to provide missing functionality as well as provide an example of how to develop a UI module for IIS 7.0. While Windows Vista Service Pack 1 now includes a UI to configure logging, this source code still serves as a good example of how to develop a managed code UI module for IIS 7.0. </p><p><strong>&nbsp;Manually Installing the Module from Source Code<br /></strong></p><ol><li>Download and compile the source code using Visual Studio SP1. </li><li>Register the compiled assemblies in the GAC using gacutil.exe. </li><li>Run notepad as Administrator </li><li>Open <em>%system%\inetsrv\config\administration.config</em> </li><li>Find the <strong>&lt;moduleProviders&gt;</strong> section and add the following element: <em><strong>&lt;add name=&quot;VistaIisLogging&quot; type=&quot;Microsoft.Web.Management.Iis.Server.LoggingModuleProvider, IisLoggingServer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=74622615c9245f3f&quot; /&gt;</strong></em> </li><li>Find the <em><strong>&lt;modules&gt;</strong> section under the <strong>&lt;location path&quot;.&quot;&gt;</strong></em> element and add the following element: <em><strong>&lt;add name=&quot;VistaIisLogging&quot; /&gt;</strong></em> </li><li>Save the file and open Internet Information Services Manager (InetMgr.exe) </li></ol><p><strong>IMPORTANT: </strong>If you downloaded the previous version, be sure to change the version number of the module in your <strong>administration.config</strong> file.</p><p>Post questions or comments in the CodePlex project discussion:<br /><a href="http://www.codeplex.com/iis70loggingui/Thread/List.aspx">http://www.codeplex.com/iis70loggingui/Thread/List.aspx</a></p> http://www.iis.net/1328/ItemPermalink.ashx TobinTitus http://www.iis.net/1328/ItemPermalink.ashx Fri, 03 Oct 2008 15:19:11 GMT Server Header <p>The following ZIP file contains an ISAPI filter (including the source code) which allows you to modify the Server Header of IIS4/5/5.1/6 and 7.0. The Server Header is configurable via the .ini file in the same directory. An install script (install_filter.vbs) will install the filter in IIS. </p><p>You are free to try or modify the filter. Urlscan includes this functionality as well. </p> http://www.iis.net/1332/ItemPermalink.ashx thomad http://www.iis.net/1332/ItemPermalink.ashx Wed, 10 Mar 2010 17:26:08 GMT Stellar Phoenix Windows Data Recovery Software <p>Stellar Phoenix Windows Data Recovery Software helps you to search, locate and recover all your inaccessible and lost data due to accidental format, software malfunction, file or directory deletion, virus attack, unexpected system shutdown and sabotage. It has some optional features making the software unique in its kind. Advance search feature helps you to locate and recover files from severely corrupted drives. Enhanced photo recovery helps you recover your valued photographs. </p><p>&nbsp;The software supports all major image file formats like CRW, SR2, NEF, CR2, K25, ORF, KDC, RAF, DCR, PEF, MRW, and X3F. Create image of media helps you recover your data when your hard drive contains bad sectors. It takes the sector by sector image of the specified area of the logical drive. This image can be used later for data recovery. File preview option helps you to preview selected file types with demo version of the software which gives you a better idea of possible recovery before you make a purchase. Selective recovery gives you an option to recover selected files. Save scan helps you save the scanned information with the demo version and use the same with the full version to recover the data. You do not require scanning your drive again with the full version. Compressed FS Recovery to recover data from compressed NTFS file system. It supports multiple media so that you can recover data from hard drive, floppy disk, CD, DVD and USB storage media. Live Update to receive latest product enhancements and keep your application updated. </p><p>The software supports Windows Vista, XP, 2003, 2000 and backed up by 24 X 5 unlimited customer support and 30 days money back guarantee. Among all it&#39;s a Stellar Product, a company having more than 15 years of experience and thousands of clients across 137 countries. The software is a must have utility for all user segments from home users to corporate houses to save heavy losses due to data loss.</p> http://www.iis.net/1818/ItemPermalink.ashx stellarinfo http://www.iis.net/1818/ItemPermalink.ashx Tue, 10 Feb 2009 06:51:38 GMT Stellar Phoenix Windows Data Recovery v 4.1 Stellar Phoenix Windows Data Recovery Software is a secure, simple, fastest Partition Recovery Utility for Windows File System. It helps you to search, locate and recover your lost or deleted files, folder, images etc. Its unique features like advance search, enhanced photo,music,video recovery, create image of media, file preview, Raw Recovery from CD and USB drives, Disk Cloning, Email recovery from PST &amp; DBX files, 24X5 supports http://www.iis.net/1910/ItemPermalink.ashx stellarinfo http://www.iis.net/1910/ItemPermalink.ashx Wed, 29 Jul 2009 02:33:47 GMT ISAPI_Rewrite 3.0 <p>ISAPI_Rewrite 3&nbsp;is a powerful&nbsp;URL rewriter module&nbsp;for IIS, compatible with Apache <strong>mod_rewrite</strong>&nbsp;syntax, which&nbsp;makes possible to move configurations from Apache to IIS and vice versa just by copying <strong>.htaccess</strong> files. It is used for search engine optimization, to proxy another server&#39;s content, stop hotlinking or strengthen server security.</p> http://www.iis.net/1511/ItemPermalink.ashx slov http://www.iis.net/1511/ItemPermalink.ashx Thu, 13 Sep 2007 08:04:59 GMT A lightweight IIS 6.0 Web Manager <p>This Web Application is written in ASP.Net 2.0 to manage IIS 6.0 Websites. Using this tool a Web Admin can monitor his/her IIS Web Sites/Application pools&nbsp; from any where through the WEB. </p> http://www.iis.net/1688/ItemPermalink.ashx Saurabh Singh http://www.iis.net/1688/ItemPermalink.ashx Fri, 13 Jun 2008 16:38:01 GMT IIS 6.0 Mobile Manager Manage basic IIS activities through Mobile phone. http://www.iis.net/1720/ItemPermalink.ashx Saurabh Singh http://www.iis.net/1720/ItemPermalink.ashx Mon, 22 Sep 2008 12:27:13 GMT SQL Server 2005 Installer Hotfix for Windows Web Server 2008 (x64) One of the most requested features on Windows Web Server 2008 is SQL Server support for local web applications.&nbsp; When SQL Server 2008 ships later this year, Standard and above editions will install easily on Windows Server 2008. However, we wanted to go the extra mile and support SQL Server 2005 on Windows Web Server 2008 today!&nbsp; For customers who want to use SQL Server 2005, please download and install this hotfix on Windows Web Server 2008. http://www.iis.net/1658/ItemPermalink.ashx SaadL http://www.iis.net/1658/ItemPermalink.ashx Mon, 07 Apr 2008 12:47:42 GMT SQL Server 2005 Installer Hotfix for Windows Web Server 2008 (x86) <p>One of the most requested features on Windows Web Server 2008 is SQL Server support for local web applications.&nbsp; When SQL Server 2008 ships later this year, Standard and above editions will install easily on Windows Server 2008. However, we wanted to go the extra mile and support SQL Server 2005 on Windows Web Server 2008 today!&nbsp; For customers who want to use SQL Server 2005, please download and install this hotfix on Windows Web Server 2008.</p> http://www.iis.net/1657/ItemPermalink.ashx SaadL http://www.iis.net/1657/ItemPermalink.ashx Mon, 07 Apr 2008 12:40:03 GMT IISDefender <p>Block unwanted or undesirable requests based on IP address (including RBL lookups), ASN, reverse pointer, request method, url, querystring, cookies, form data, referer and many more options.</p><p>Constantly in development, current release is 1.0.0.6&nbsp;</p> http://www.iis.net/1932/ItemPermalink.ashx rsloman http://www.iis.net/1932/ItemPermalink.ashx Wed, 30 Dec 2009 04:32:06 GMT RTR FrontPage Server Extensions for IIS 7.5 on Windows Server 2008 R2 and Windows 7 <p>The RTR FrontPage Server Extensions (RTR FPSE) for IIS 7.5 on Windows Server 2008 R2 and Windows 7 is available for immediate download from Ready-to-Run Software. The RTR FrontPage Server Extensions for IIS 7.5 on Windows Server 2008 R2 and Windows 7 have the same functionality as both the Microsoft FrontPage Server Extensions 2002 for IIS 7 on Windows Server 2008 and Windows Vista and the Microsoft FrontPage Server Extensions 2002 for IIS 6 on Windows Server 2003. There is no functional difference; the FrontPage 2002 Server Extensions have now been ported to work with IIS 7.5 by RTR. As such, the basic install prerequisites and procedures have not changed.</p> <p><b>Note</b>: This version of the FrontPage 2002 Server Extensions is designed for use with IIS 7.5 on Windows Server 2008 R2 and Windows 7. If you are using IIS 7.0, please see <a href="http://www.iis.net/go/1630/">FrontPage 2002 Server Extensions for IIS 7.0 on Windows Server 2008 and Windows Vista</a>.</p> http://www.iis.net/2035/ItemPermalink.ashx Ready-To-Run http://www.iis.net/2035/ItemPermalink.ashx Thu, 28 Jul 2011 16:45:34 GMT FrontPage 2002 Server Extensions for IIS 7.0 on Windows Server 2008 and Windows Vista <div style="background-color: rgb(255, 255, 240); padding: 5px; margin: 5px 0; border: 1px dashed rgb(216, 216, 216);"> <p>As of December 18, 2010, Microsoft FrontPage Server Extensions (FPSE) 2002 for Windows Vista and Windows Server 2008 RTM is supported by Ready-to-Run Software, Inc. For support and servicing, contact <a href="http://go.microsoft.com/fwlink/?LinkId=207112">Ready-to-Run Software, Inc</a>.</p> </div> <p>This version of the FrontPage 2002 Server Extensions is designed for 32-bit and 64-bit systems. (<strong>Note</strong>: The FrontPage 2002 Server Extensions use a 32-bit worker process on 64-bit systems.)</p> <p><b>Note</b>: This version of the FrontPage 2002 Server Extensions is designed for use with IIS 7.0 on Windows Server 2008 and Windows Vista. If you are using IIS 7.5, please see <a href="http://www.iis.net/go/2035/">RTR FrontPage Server Extensions for IIS 7.5 on Windows Server 2008 R2 and Windows 7</a>.</p> http://www.iis.net/1630/ItemPermalink.ashx Ready-to-Run http://www.iis.net/1630/ItemPermalink.ashx Thu, 28 Jul 2011 16:47:25 GMT IIS7 - Command line tool (managed) to set FTP properties in Active Directory <p>IIS7 - Command line tool (managed) to set FTP properties in Active Directory</p> http://www.iis.net/1699/ItemPermalink.ashx rakkimk http://www.iis.net/1699/ItemPermalink.ashx Fri, 06 Jun 2008 13:42:37 GMT FTP7 Active Directory properties UI This IIS7 UI module which would be used while using FTP server with Active Directory user Isolation. <p>In IIS6.0, you had IisFTP.vbs file which you would use to set msIIS-FTPRoot and msIIS-FTPDir property for the user in Active directory. </p><p>Below is how it looks:</p><blockquote><p><a href="http://blogs.msdn.com/blogfiles/rakkimk/WindowsLiveWriter/IIS7UIModuleforsettingFTPActiveDirectory_33ED/image.png"><img style="border-width: 0px" src="http://blogs.msdn.com/blogfiles/rakkimk/WindowsLiveWriter/IIS7UIModuleforsettingFTPActiveDirectory_33ED/image_thumb.png" border="0" alt="image" width="461" height="476" /></a>&nbsp;</p></blockquote> http://www.iis.net/1570/ItemPermalink.ashx rakkimk http://www.iis.net/1570/ItemPermalink.ashx Fri, 07 Dec 2007 14:04:15 GMT iBackupIIS7 - improved Backup/Restore UI Module This is an improved version of <a href="http://www.iis.net/1552/ItemPermalink.ashx">http://www.iis.net/1552/ItemPermalink.ashx</a>&nbsp;with an ability of backing up your web.configs too http://www.iis.net/1892/ItemPermalink.ashx rakkimk http://www.iis.net/1892/ItemPermalink.ashx Mon, 27 Jul 2009 13:52:00 GMT iBackupIIS7 - Backup/Restore utility This is an improved version of <a href="http://www.iis.net/1552/ItemPermalink.ashx">http://www.iis.net/1552/ItemPermalink.ashx</a> with an ability of backing up your web.configs too, and a standalone Windows Forms Application http://www.iis.net/1893/ItemPermalink.ashx rakkimk http://www.iis.net/1893/ItemPermalink.ashx Tue, 09 Jun 2009 13:17:02 GMT IIS7 Backup Restore UI <p>This is a UI way for the below appcmd commands:</p><p><strong>&nbsp; &nbsp;appcmd add backup &quot;backupname&quot;</strong></p><p><strong>&nbsp; &nbsp;appcmd restore backup &quot;backupname&quot;</strong></p><p>&nbsp;</p> http://www.iis.net/1552/ItemPermalink.ashx rakkimk http://www.iis.net/1552/ItemPermalink.ashx Mon, 27 Jul 2009 13:51:39 GMT IISRESET UI Module for IIS7 Manager <p>In IIS7 (atleast till RC0 release), you might find no UI way to restart IIS services (IISAdmin, WAS, W3SVC). Only way is by using the command line exe - the classic IISRESET. </p><p>Here is my UI module which give you a UI way to do this. This also shows the status of each IIS service running.</p> http://www.iis.net/1554/ItemPermalink.ashx rakkimk http://www.iis.net/1554/ItemPermalink.ashx Tue, 06 Nov 2007 14:45:20 GMT IIS 7.0 UI Module for Client Certificate Mapping A UI module for IIS 7 that installs a user interface for configuring client certificate mappings for IIS http://www.iis.net/1913/ItemPermalink.ashx PuneetGupta http://www.iis.net/1913/ItemPermalink.ashx Wed, 05 Aug 2009 00:22:59 GMT ServerDefender AI <h2>Advanced Behavioral Learning Web Application Firewall</h2> <div style="float: right; margin-left: 15px"><a href="http://www.port80software.com/products/serverdefenderai/pop_features.asp" class="pintbox pintbox-width-850 pintbox-height-675"><img src="http://www.port80software.com/assets/images/SDAI_UI_Small.gif" alt="" /><br /><img src="http://www.port80software.com/assets/images/SI_clicktoenlarge.gif" alt="Click to see larger image" /></a></div> <p>The new ServerDefender Artificial Intelligence (AI) Web application firewall is designed to provide <strong>immediate protection</strong> for Web sites and applications running on the Microsoft IIS Web server by blocking known HTTP, IIS, Windows, and application attack signatures:</p> <ul><li>HTTP methods</li><li>URL characters and request elements</li><li>URL query strings</li><li>POST data</li><li>Specific HTTP request headers.</li></ul> <p>ServerDefender AI then <strong>goes beyond mere signature blacklisting</strong> by learning, from your Web logs or by monitoring traffic with your guidance, exactly what is legitimate traffic for your site and blocking anything else:</p> <ol><li>An advanced behavioral engine organizes IIS server requests into a multi-dimensional baseline of normal system activity.</li><li>Each server connection and request is scrutinized by the rule-set configured in ServerDefender AI and also by the behavioral baseline to identify and take action against any activity falling outside trusted parameters.</li><li>ServerDefender&#39;s anomaly detection and intrusion prevention capabilities <strong>progressively improve</strong> as the baseline evolves automatically or based on input from Web administrators.</li></ol> <p>Combining attack countermeasures -- ranging from 404 error presentation, robust IP blocking to IIS shut-down -- with reporting and <strong>real time alerts</strong> (via e-mail, SMS/text message, and instant messaging services), ServerDefender AI is <strong>the complete solution</strong>. The software analyzes, detects and responds to suspicious activity, accurately differentiating between trusted and untrusted behavior to thwart hacker attacks such as:</p> <ul><li>SQL injection</li><li>cross-site scripting (XSS)</li><li>request forgery (CSRF)</li><li>buffer overflows</li><li>directory traversal</li><li>zero-day</li><li>brute force</li><li>dictionary</li></ul> <p>In short, only safe, trusted requests are allowed to the application and database layers of your Web site or app.</p> <p>ServerDefender AI adds its own external layer to protect application source code and database layers from attack with <strong>no additional hardware</strong> infrastructure, no single point of failure, and low overhead. This Web app firewall leverages your existing IIS Web server resources to stop unauthorized access or remote control of your network, site defacement, and loss of data.</p> http://www.iis.net/1835/ItemPermalink.ashx port80 http://www.iis.net/1835/ItemPermalink.ashx Fri, 27 Feb 2009 14:43:01 GMT LinkDeny <p>Unscrupulous site owners may link to your content directly and literally steal your bandwidth. This theft is commonly called leeching, hotlinking, inline linking, or bandwidth theft, and such direct linking to your valuable image, video, binary files or other important site content is typically done without your knowledge, let alone your permission! Now, with LinkDeny, you can fight back and control access to your Web site or Web-based application content and to ensure that your bandwidth use is for your site users only -- keeping out all types of &quot;bad&quot; traffic.<br /><br />LinkDeny&#39;s powerful access control features allow you to transparently stop bandwidth pirates and potential hackers in their tracks by limiting their access via a Web request&#39;s:&nbsp;</p><ul><li>IP address </li><li>Referring URL </li><li>Country or geographic location </li><li>Demographics </li><li>Length of user session </li><li>Type of Web browser </li><li>Existence of cookie </li><li>HTTP request header type and content </li></ul><p>The flexible, rules-based system allows you to dream up just about any method to allow or deny access to content resources, making LinkDeny a powerful security tool for Microsoft IIS Web site administrators and management.<br /><br />Whether you implement your own rules or use any of the dozens of predefined access templates, LinkDeny addresses all sorts of common site problems from simple security to traffic management. For example, LinkDeny technology has been successfully used to protect against country level and targeted site attacks, control references from troubling posts or Blog mentions (or any site), limit traffic overloads from social networking and other leeching site posts, minimize affiliate system fraud, and stop pesky users abusing comment and message board systems.<br /><br />You&#39;ll be able to control your site traffic with confidence with LinkDeny. Detailed logging and a built-in testing interface insures that you don&#39;t block good traffic. An XML-formatted rules engine makes for easy integration of LinkDeny into existing site backends and content management systems. Implemented as a solid and fast ISAPI filter, LinkDeny will give you more control with very little performance impact. Get in control of your content and bandwidth access with LinkDeny today!</p> http://www.iis.net/1370/ItemPermalink.ashx port80 http://www.iis.net/1370/ItemPermalink.ashx Thu, 15 Jan 2009 15:38:08 GMT nUrlRewriter nUrlRewriter is a ASP.NET Http Module written in managed C# code which examines incoming Http requests and applies user defined criteria which may result in a Http request being redirected or rewritten. Web pages within existing web sites are often archived or retired, however many Internet based hyperlinks may exist for such web pages. nUrlRewriter solves this problem by providing a facility which can easily redirect or rewrite such Http requests to other web site web pages or web applications. For example, a discontinued product web page may be redirected to a general product category web page. nUrlRewriter differentiates itself from other redirectors/rewriters in that nUrlRewriter also supports the IIS7 Integrated ASP.NET Pipeline, enabling nUrlRewriter to redirect/rewrite any incoming web application URL supported by the IIS7 web server, such as but not limited to native HTML applications (htm, html), classic ASP applications (asp), PHP applications (php) as well as ASP.NET (aspx) applications. http://www.iis.net/1705/ItemPermalink.ashx plippard http://www.iis.net/1705/ItemPermalink.ashx Sun, 15 Jun 2008 11:14:58 GMT WhosOn <p>WhosOn is a live stats and visitor chat server for IIS (.NET Framework 2.0). WhosOn enables you to monitor website visitor activity in real time and to provide live chat on your sites.</p> http://www.iis.net/1465/ItemPermalink.ashx parkersoft http://www.iis.net/1465/ItemPermalink.ashx Mon, 07 May 2007 10:27:16 GMT Parallels Plesk Panel 9.5 <p style="outline: 0;"><strong> Shared Hosting Providers</strong></p> <p style="outline: 0;"> <span style="outline: 0;"><span class="style2">NEW</span>:</span> <strong style="outline: 0;">Parallels Hosting Suite 9.5 - Get All 3 Products In 1 Bundled Price</strong></p> <img alt="Parallels Plesk Panel Suite" src="http://i3.parallels.com/files/img/spp/ppp_boxart.jpg" /> <p style="outline: 0;"> Buy Plesk Panel 9.5 - Unlimited, and for no extra charge get:</p> <ul class="style2" style="outline-width: 0; outline-style: none; outline-color: invert;"> <li style="outline: 0;"><a href="http://www.parallels.com/products/sitebuilder/" style="outline: 0;"> Parallels Plesk Sitebuilder</a><span class="style3"> - <em style="outline: 0;">up to 100 Websites <span style="outline: 0;">FREE</span></em></span></li> <li style="outline: 0;"><a href="http://www.parallels.com/products/plesk/billing/" style="outline: 0;"> Parallels Plesk Billing</a><span class="style3">* - <em style="outline: 0;">up to 1000 Clients <span style="outline: 0;">FREE</span></em></span></li> <li style="outline: 0;" class="style3">Support - <i>to Upgrade, Install and Migrate </i> <em style="outline: 0;">FREE</em></li> </ul> <p style="outline: 0;"> Parallels Plesk Panel is the leading hosting automation control panel on the market.</p> <p style="outline: 0;"> User-friendly and with multiple login roles that cater to all users, the Parallels Plesk Panel can have your hosting business up and running in no time.</p> <p style="outline: 0;"> <a href="http://www.parallels.com/products/plesk/spotlights/" style="outline: 0;">Hear what others have to say</a></p> <p style="outline: 0;"> <small style="outline: 0;">*Parallels Plesk Billing, currently a widely-accepted automated billing system in the U.S. market, will be enhanced to be compliant with all European financial system starting in Q4 2010.</small></p> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="87" src="http://i3.parallels.com/r/upload/ppp9-easy-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Easy</strong></p> Eliminate the complexities of managing servers. The Parallels Plesk Panel provides an <a href="http://www.parallels.com/products/plesk/advantages/" style="outline: 0;"> easy to learn interface</a> while maintaining a simple look and feel. Navigation through the control panel is simple and allows you to find and complete even the most cumbersome tasks quickly and efficiently.</td> </tr> </tbody> </table> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="65" src="http://i3.parallels.com/r/upload/ppp9-profitable-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Profitable</strong></p> Give yourself access to more. The Parallels Plesk Panel is the only control panel which offers the direct <a href="http://www.parallels.com/products/plesk/advantages/" style="outline: 0;"> availability of hundreds of applications</a> for your end users. With terrific add-ons like <a href="http://www.parallels.com/products/plesk/billing/" style="outline: 0;"> Parallels Plesk Billing</a>* for your invoicing or <a href="http://www.parallels.com/products/plesk/sitebuilder/" style="outline: 0;"> Parallels Plesk Sitebuilder</a> for your website editing and management - you can truly offer an all in one solution to your customers.</td> </tr> </tbody> </table> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="76" src="http://i3.parallels.com/r/upload/ppp9-complete-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Complete</strong></p> Run your business efficiently. Parallels Plesk Panel users will benefit from a new level of integration with other Parallels products, including <a href="http://www.parallels.com/products/plesk/billing/" style="outline: 0;">Parallels Plesk Billing</a>*, which eliminates the need for third party software. With full customization to suit your needs, the Parallels Plesk Panel will let you focus on running your business.</td> </tr> </tbody> </table> <p style="outline: 0;"><strong> Dedicated Hosting Providers</strong></p> <p style="outline: 0;"> Parallels Plesk Panel is the leading hosting automation control panel on the market and the best option to bundle with your servers.</p> <p style="outline: 0;"> Powering more than 200,000 servers, 6 million domains and 10 million mailboxes worldwide, use the Parallels Plesk Panel to create service offerings that will improve your bottom line.</p> <p style="outline: 0;"> <a href="http://www.parallels.com/products/plesk/spotlights/" style="outline: 0;">Hear what others have to say</a></p> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="87" src="http://i3.parallels.com/r/upload/ppp9-easy-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Easy</strong></p> Empower your customers around the clock. The Parallels Plesk Panel will reduce your operating costs since customers will be able support themselves. The key auto-update mechanism, auto-component updater, migration manager and a Web-based installation for quick deployment ensure you <a href="http://www.parallels.com/products/plesk/advantages/" style="outline: 0;"> won't spend hours on the phone providing support</a>.</td> </tr> </tbody> </table> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="65" src="http://i3.parallels.com/r/upload/ppp9-profitable-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Profitable</strong></p> Configure your hosting plans the way you want. Upsell your customers by offering hundreds of applications packaged in the <a href="http://www.apsstandard.com/" rel="nofollow" style="outline: 0;" target="_blank">Application Packaging Standard</a> (APS) format directly from the Parallels Plesk Panel interface. Parallels offers attractive partner programs to ensure predictable low costs and other great benefits.<br /> <a href="http://www.parallels.com/contact/" style="outline: 0;"> Enquire now!</a></td> </tr> </tbody> </table> <table style="outline: 0;"> <tbody style="outline: 0;"> <tr style="outline: 0;"> <th style="outline: 0;"> <img alt="" border="0" height="76" src="http://i3.parallels.com/r/upload/ppp9-complete-icon.png" title="" width="90" /></th> <td style="outline: 0;"> <p style="outline: 0;"><strong> Complete</strong></p> Provide a full-featured end to end solution. Parallels Plesk Panel users will benefit from a new level of <a href="http://www.parallels.com/products/plesk/advantages/" style="outline: 0;"> integration with other Parallels products</a>, as well as third party applications. With full automation of all the tasks necessary to run your business, the Parallels Plesk Panel is the best and most feature rich product on the market.</td> </tr> </tbody> </table> http://www.iis.net/1540/ItemPermalink.ashx parallels http://www.iis.net/1540/ItemPermalink.ashx Mon, 26 Apr 2010 09:20:39 GMT Parallels Small Business Panel 10.1 <p><strong><span style="font-family: 'Arial','sans-serif'; color: #3a3e45; font-size: 12pt">Broaden your offerings, increase revenue per user, and reduce support costs.</span></strong></p><p><span style="line-height: 115%; font-family: 'Arial','sans-serif'; color: #ed2c21; font-size: 9pt"><a href="http://www.parallels.com/products/small-business-panel/">Parallels Small Business Panel</a></span><span style="line-height: 115%; font-family: 'Arial','sans-serif'; color: #3a3e45; font-size: 9pt"> is the simplest, yet most powerful and profitable hosting control panel for service providers in the market today. Integrated with the</span><span style="line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt"><a href="http://www.parallels.com/products/small-business-panel/marketplace/"> Parallels&reg; Partner Marketplace</a></span><span style="line-height: 115%; font-family: 'Arial','sans-serif'; color: #3a3e45; font-size: 9pt">, it accelerates your ability to generate profit from your VPS and dedicated server offerings and allows your SMB end-users to easily manage their IT services.</span></p> http://www.iis.net/1941/ItemPermalink.ashx parallels http://www.iis.net/1941/ItemPermalink.ashx Mon, 26 Apr 2010 09:55:09 GMT IISR Statistics 32 bits IISR - IIS Request, is a system for collecting, storing, maintaining and presenting statistical data from Microsoft IIS web servers. It Collects all statistics Automaticly. No need for Tagging html pages. No need for Logfiles. Collects data for new sites added. Automaticly! Tracking of visitors are done with cookies inserted from the server. Data, including performance data, are collected in the IIS pipeline, listening to all events. The data is stored by the Spooler thread, ensuring a not measureable impact on the request response time. The frontend provides profiles for access to site data for users and administrators. The Modules are installed without any interruption to the web server operation, and they are active also for new sites created. The server can insert code into responses, making client side parameters available as well. http://www.iis.net/2023/ItemPermalink.ashx ole-haugen http://www.iis.net/2023/ItemPermalink.ashx Mon, 07 Mar 2011 15:25:54 GMT IISR Statistics 64 bits IISR - IIS Request, is a system for collecting, storing, maintaining and presenting statistical data from Microsoft IIS web servers. It Collects all statistics Automaticly. No need for Tagging html pages. No need for Logfiles. Collects data for new sites added. Automaticly! Tracking of visitors are done with cookies inserted from the server. Data, including performance data, are collected in the IIS pipeline, listening to all events. The data is stored by the Spooler thread, ensuring a not measureable impact on the request response time. The frontend provides profiles for access to site data for users and administrators. The Modules are installed without any interruption to the web server operation, and they are active also for new sites created. The server can insert code into responses, making client side parameters available as well. http://www.iis.net/2024/ItemPermalink.ashx ole-haugen http://www.iis.net/2024/ItemPermalink.ashx Wed, 26 Jan 2011 13:35:56 GMT URL Rewriter and Reverse Proxy Managed Fusion URL Rewriter is a powerful URL manipulation engine based on the Apache mod_rewrite extension. It is designed, from the ground up to bring all the features of Apache mod_rewrite to IIS 6.0 and IIS 7.0. Managed Fusion Url Rewriter works with ASP.NET on Microsoft's Internet Information Server (IIS) 6.0 and Mono XPS Server and is fully supported, for all languages, in IIS 7.0, including ASP.NET and PHP. Managed Fusion Url Rewriter gives you the freedom to go beyond the standard URL schemes and develop your own scheme.<br/><br/> URL Rewriter provides web site owners with the ability to replace URL paths and querystring into links that your users can easily remember without the need for bookmarks. As an added benefit your web site becomes search engine friendly, which means higher page ranking from the search engines, and should result in better lead generation.<br/><br/> <b>Note:</b> This product, URL Rewriter and Reverse Proxy, is built and shipped by Managed Fusion, LLC and is not associated with the URL Rewrite Module that is built and shipped by Microsoft. http://www.iis.net/1945/ItemPermalink.ashx nberardi http://www.iis.net/1945/ItemPermalink.ashx Fri, 11 Dec 2009 09:37:33 GMT myLittleAdmin for SQL Server <p>myLittleAdmin is the first web-based management tool specially designed for MS SQL Server (2000, 2005, 2008). It allows managing most objects of MS SQL Server databases and servers through a web browser. myLittleAdmin is fully integrated with the best available control panels (Plesk, DNP, Helm, HC7...), and can also be used as a stand-alone application.</p><p>myLittleAdmin provides a reliable, efficient and secure solution to manage SQL Server databases in a (web) hosting environment that has already seduced hundreds of hosting providers.</p> http://www.iis.net/1701/ItemPermalink.ashx myLittleTools http://www.iis.net/1701/ItemPermalink.ashx Tue, 10 Jun 2008 05:22:53 GMT myLittleBackup for SQL Server <p><strong>myLittleBackup for SQL Server 2000 and 2005 is the first Backup/Restore solution specially designed for shared SQL Server hosting.</strong></p><p>Any credible DBA knows that backup and restore within SQL Server have their problems when the files are taken from different servers, different databases or even different users; myLittleBackup solves all these problem by &#39;cleaning up&#39; after any operation to ensure the customer does not receive anything less than pain-free backups/restores.</p> http://www.iis.net/1702/ItemPermalink.ashx myLittleTools http://www.iis.net/1702/ItemPermalink.ashx Tue, 10 Jun 2008 05:34:24 GMT Ultimate Directory Listing Module for IIS6 and IIS7 The ultimate directory listing module for your IIS6 or IIS7 web server, letting you ditch the boring standard directory listing for a nice-looking one.&nbsp; <br /><br />The directory listing is a data-bound ASPX page that you can change to provide any look and feel that you would like, using ASP.NET databound controls and themes / skins. http://www.iis.net/1404/ItemPermalink.ashx mvolo http://www.iis.net/1404/ItemPermalink.ashx Thu, 22 Feb 2007 04:43:13 GMT IISSCHEMA.EXE - A tool to register IIS7 configuration sections The IISSCHEMA.EXE tool allows you to install and register custom configuration sections on your IIS7 server, dramatically simplifying the process of deploying custom configuration sections. http://www.iis.net/1501/ItemPermalink.ashx mvolo http://www.iis.net/1501/ItemPermalink.ashx Thu, 16 Aug 2007 01:26:16 GMT Huge ASP file upload with progress bar Easy to use, hi-performance ASP file upload component with progress bar indicator. Let&#39;s you upload multiple files with size up to 2GB to a disk or database along with another form fields. Works with large posts, any character set, including unicode utf-8 http://www.iis.net/1495/ItemPermalink.ashx motobit http://www.iis.net/1495/ItemPermalink.ashx Wed, 08 Aug 2007 06:39:56 GMT IIS Proxy IIS Proxy is a combination of a special ISAPI filter and VBScript ASP code with similar functionality as CGI Proxy. The script allows you to create a special http proxy server and process in/out http data. You can redesign web sites, control access to webs, rewrite URLs and do other tasks. http://www.iis.net/1493/ItemPermalink.ashx motobit http://www.iis.net/1493/ItemPermalink.ashx Wed, 08 Aug 2007 06:04:25 GMT Mosasaur IIS 7 Toolkit Version 1 <p><strong>Version 1 now available!!! With some fixes and new features. Now includes some skins, web log viewing, error log viewing and a refined user interface. Please see new screenshots and features at our website. http://www.tril0byte.com Thanks.</strong> </p><p>If you have an earlier version installed please uninstall that version first. </p><p>&nbsp;Mosasaur IIS 7 Toolkit is a free bulk site and app pool generator. It also backs up configuration files and more.</p><p>Future versions will add FTP7 features, Bulk deletes, and more. </p> http://www.iis.net/1745/ItemPermalink.ashx mosasaur http://www.iis.net/1745/ItemPermalink.ashx Mon, 12 Jan 2009 11:34:06 GMT IIS Mod-Rewrite Standard <p>With IIS Mod-Rewrite Standard you can manipulate URLs on the fly, make your website search engine friendly, make redirects, block specific URLs, block annoying robots and a lot more.</p><p>IIS Mod-Rewrite is rule based and supports regular expressions. It is 100 % compatible with apache mod_rewrite&nbsp; implementing all its features.</p><p>IIS Mod-Rewrite Standard supports per-server and per-virtual host configurations, and it works with IIS 5.0, 5.1, 6.0, and 7.0.</p><p>Also, it comes with a feature rich control panel that includes online updates, version rollback, diagnostics, regex tester, and a lot more settings and tools.</p> http://www.iis.net/1470/ItemPermalink.ashx micronovae http://www.iis.net/1470/ItemPermalink.ashx Thu, 01 Nov 2007 16:01:02 GMT IIS Mod-Rewrite Pro <p>With IIS Mod-Rewrite Pro you can manipulate URLs on the fly, make your website search engine friendly, make redirects, block specific URLs, block annoying robots and a lot more.</p><p>IIS Mod-Rewrite is rule based and supports regular expressions. It is 100% compatible with apache mod_rewrite implementing all its features.</p><p>IIS Mod-Rewrite Pro supports per-server, per-virtual host, per-directory, and override (.htaccess) configurations, and it works with IIS 6.0 and 7.0.</p><p>Also, it comes with a feature rich control panel that includes online updates, version rollback, diagnostics, regex tester, and a lot more settings and tools.</p> http://www.iis.net/1469/ItemPermalink.ashx micronovae http://www.iis.net/1469/ItemPermalink.ashx Thu, 01 Nov 2007 16:07:35 GMT ASP.NET Chat Pro <span>Totally customizable, fast <strong>advanced chat</strong> with no page refreshes has all general chat features and many sophisticated extras. Chat program that gets around firewalls and proxy servers. Private and moderated rooms. Private messages, Ignore, Kick, Ban from room or site. Abusive words, flooding control. Hyperlink aware. Pure ASP.NET and DHTML - no Java Applets or ActiveX. Out of the box comes with &quot;General chat&quot; and &quot;Support Helpdesk&quot; skin. Translatable to any language, comes with English, Spanish, French, Hebrew, German, Arabic, Italian, Russian, Turkish and Danish resource files. Chat server is easy to set up on your own site or at a third party hosting provider and you don&#39;t have to be an advanced network engineer to do that.</span> http://www.iis.net/1410/ItemPermalink.ashx mgurevich http://www.iis.net/1410/ItemPermalink.ashx Wed, 28 Feb 2007 21:40:17 GMT StatusCheck <ul><li>StatusCheck is a simple IIS 7 UI Module page which adds a module page to the existing feature set of IIS 7. </li></ul> http://www.iis.net/1732/ItemPermalink.ashx ma_khan http://www.iis.net/1732/ItemPermalink.ashx Wed, 01 Oct 2008 20:51:35 GMT AppcmdUI <font face="Calibri" size="3">AppcmdUI helps writing appcmd commands by providing&nbsp;available options at each step so that you only need to pick the option from the list.</font> http://www.iis.net/1446/ItemPermalink.ashx ksingla http://www.iis.net/1446/ItemPermalink.ashx Sat, 14 Apr 2007 22:40:57 GMT WordPress URL Rewrite Have you ever tried to use Permalinks with WordPress running on an IIS server? What a pain. I created this ISAPI filter for IIS specifically to provide URL Rewriting for WordPress, without having to install and configure a full URL rewriting software package. This ISAPI filter allows you to create Permalinks that don&rsquo;t suck, and it lets you do it very easily, with almost no configuration required. http://www.iis.net/1334/ItemPermalink.ashx jtackabury http://www.iis.net/1334/ItemPermalink.ashx Tue, 30 Jan 2007 09:31:43 GMT IIS Reporter (iisreporter) IIS Reporter&nbsp; v2.0 is a real-time IIS monitor for displaying current connected users and anonymous users. It is currently released as an open source code to be modified and used at your discression. Please feel free to submit suggestions and ideas for changes. http://www.iis.net/1372/ItemPermalink.ashx jbecher http://www.iis.net/1372/ItemPermalink.ashx Thu, 11 Feb 2010 09:52:24 GMT Log Parser 2.2 Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows® operating system such as the Event Log, the Registry, the file system, and Active Directory®. You tell Log Parser what information you need and how you want it processed. The results of your query can be custom-formatted in text based output, or they can be persisted to more specialty targets like SQL, SYSLOG, or a chart. Ask your Log Parser questions in our forums here: http://forums.iis.net/default.aspx?GroupID=51 http://www.iis.net/1976/ItemPermalink.ashx IISTeam http://www.iis.net/1976/ItemPermalink.ashx Thu, 08 Apr 2010 17:29:57 GMT IISLogs IIS Logs is 100% written using the Microsoft .NET Framework. It&#39;s developed to help effectively manage all log files related to Microsoft Internet Information Server 5/6/7. IISLogs will automatically compress, copy and/or remove log files on a scheduled basis. This can help free up an administrator from maintaining their own scripts. Our goal is to provide a consistent approach across servers and workstations that need log file management. IIS Logs offers two modes; Stand-alone EXE or Windows Service versions. In keeping with best security practices, IISLogs doesn&#39;t require administrative privileges. Very easy to configure, get started recovering disk space. http://www.iis.net/1265/ItemPermalink.ashx iislogs http://www.iis.net/1265/ItemPermalink.ashx Sun, 28 Jan 2007 21:55:51 GMT IIS SMTP Monitor <span class="Normal">We believe you hate SPAM (especially if it was sent by your customer from your server and you are blacklisted), don&#39;t you?<br /><br />The IIS SMTP Monitor program (Windows service) is a tool for IIS&nbsp;7 (and IIS 6) Pickup folder monitoring. <br /><br />Windows web hosting providers do need this tool to <strong>stop outgoing SPAM</strong>. If you allow to send mail with ASP or PHP scripts with CDONTS or CDOSYS, your web hosting clients are able to send SPAM from your servers anonymously. And then it gets very difficult to track it down and stop SPAM. As a result, your server is blacklisted and all your customers have problems now. To avoid this you should install IIS SMTP Monitor.<br /><br />If you have IIS SMTP Monitor installed, you can see the origin (the owner username) of outgoing SPAM messages sent by your customers. And you can find the website by its unique user name and STOP SPAM. </span> http://www.iis.net/1593/ItemPermalink.ashx HostsTools http://www.iis.net/1593/ItemPermalink.ashx Mon, 22 Dec 2008 03:47:00 GMT IIS Report <span class="Normal">IIS Report is a command line tool. It allows to create different IIS related reports. For example it can get the list of all SSL websites and sort it by IP address, or get the list of all websites and sort it by application pool name and then by website name, etc.<br /><br />No installation required. Just download and unrar the archive file. Then start the program this way: <br /><div align="center"><font face="Courier New">C:\&gt;iisreport.exe /?</font><br /></div>to get more information and see all the parameters available.</span> http://www.iis.net/1730/ItemPermalink.ashx HostsTools http://www.iis.net/1730/ItemPermalink.ashx Tue, 14 Oct 2008 11:41:02 GMT IIS Pools <span class="Normal">IIS Application Pools Monitoring and Analysis. <ul><li>This program allows monitoring of IIS 6 application pools. </li><li>All the monitoring data is stored in log files. </li><li>It is possible to analyze a pool to find a website (or a virtual application) using too much resources. </li></ul></span> http://www.iis.net/1728/ItemPermalink.ashx HostsTools http://www.iis.net/1728/ItemPermalink.ashx Tue, 14 Oct 2008 11:40:35 GMT IIS Sites Transfer <p>IIS Sites Transfer 2.0.1 is finally here! You can see its new easy-to-use Wizard interface and enjoy its new features. <strong>The sites transfer process is as easy as 1-2-3 now! </strong></p><p><span class="Normal">The IIS Sites Transfer program is designed to transfer web sites from Microsoft Internet Information Server version 6 (IIS 6) to another IIS 6 server. The program also allows to transfer Windows 2003 users from one server to another and copy FTP logins, virtual directories, Web/FTP folders structure and assign NTFS folders permissions.<br /><br />It is a unique tool. There are no such tools as this one, which allows easy transfer lots of web sites at a time, including all usernames, permissions and so on. <br /><br />IIS Sites Transfer utility does <strong>not</strong> require a clean installation of Internet Information Services! Moreover, the tool can even help you to transfer any selected group of websites, so you can distribute your websites easily to adjust the servers load.<br /><br />The most outstanding feature of this tool is that it is able to transfer websites even if the IISAdmin service is not running on the source server! You do not need the source server to be up and running, you just need to have the metabase.xml file from the server. This makes the IIS Sites Transfer program not only a migration and balancing utility, it is also a disaster recovery tool.</span></p> http://www.iis.net/1595/ItemPermalink.ashx HostsTools http://www.iis.net/1595/ItemPermalink.ashx Tue, 25 Nov 2008 03:59:59 GMT Hosting Controller 8.0 Hosting Controller 8 is a complete web hosting automation control panel which is designed for web hosts to experience infinite hosting possibilities in cluster environment & lower their operational costs. It enables web hosting companies to manage all their servers both Windows & Linux through centralized interface. <br> <Br> Hosting Controller fully automates Windows and Linux based webhosting services as well as Enterprise Hosting such as Microsoft Exchange 2010, SharePoint 2010 Services, BlackBerry Enterprise Server, Microsoft Dynamics CRM, Microsoft Office Communicate Server and Microsoft Hyper-V server. http://www.iis.net/1982/ItemPermalink.ashx HostingController http://www.iis.net/1982/ItemPermalink.ashx Thu, 20 May 2010 10:36:28 GMT Hosting Controller 7C <p>Hosting Controller was the first product in the market with a Windows-based Control Panel which was released in early 1999. HC is a blend of cutting edge technology and advanced hosting features which&nbsp;empowers you with control and server management capability that&rsquo;s never experienced before.</p><p>Hosting Controller&nbsp;uses standard industry protocols including XML, SOAP and HTTP and thus it facilitates distributed application communications efficiently, ensuring all the security measures. It offers smooth multiple cross-servers handshake using centralize database, with reduced redundancy and improved security measures.</p><p>Hosting Controller version 7C is the highest-profile Control Panel software. It has many advanced features, a sophisticated cluster management solution, support for both operating systems (Windows/Linux), built-in load balancing component, dozens of new click &amp; install applications and improved billing system to automate and improve your web hosting tasks. It also has&nbsp;rebuildXpress utility which&nbsp;is a revolutionary tool, an add-on to Hosting Controller&nbsp;that provides rigorous backup and simplified restoration mechanism for hosting servers.</p> http://www.iis.net/1548/ItemPermalink.ashx hostingcontroller http://www.iis.net/1548/ItemPermalink.ashx Wed, 31 Oct 2007 11:10:06 GMT Ape (Apache emulator) Free <strong>Apache</strong> emulator for <strong>IIS 7</strong>. Implements <strong>.htaccess</strong> configurations inside IIS. &nbsp;<br /><br />Includes following modules: mod_rewrite, mod_proxy, mod_auth, mod_gzip, mod_headers, mod_cache, mod_expires, mod_developer, mod_replace, mod_so, mod_speling, mod_usertrack and others. &nbsp;<br /><br /><p>35 total modules available.</p><p>Free version of Ape allows installation on up to three web sites on server at no cost. No time or feature limitations.</p> http://www.iis.net/1938/ItemPermalink.ashx helicontech http://www.iis.net/1938/ItemPermalink.ashx Fri, 06 Nov 2009 06:20:27 GMT ISAPI_Rewrite 3.0 ISAPI_Rewrite 3 is a powerful URL rewriter module for IIS, compatible with Apache <strong>mod_rewrite</strong> syntax, which makes possible to move configurations from Apache to IIS and vice versa just by copying <strong>.htaccess</strong> files. It is used for search engine optimization, to proxy another server&#39;s content, stop hotlinking or strengthen server security. http://www.iis.net/1512/ItemPermalink.ashx helicontech http://www.iis.net/1512/ItemPermalink.ashx Thu, 13 Sep 2007 08:10:05 GMT ISAPI_Rewrite 3 Lite ISAPI_Rewrite 3 Lite is a <strong>Freeware</strong> URL rewriter for IIS, compatible with Apache mod_rewrite. It supports nearly all Apache mod_rewrite features. It is used for search engine optimization, to proxy another server&#39;s content, stop hotlinking or strengthen server security. http://www.iis.net/1599/ItemPermalink.ashx helicontech http://www.iis.net/1599/ItemPermalink.ashx Fri, 25 Jan 2008 05:33:55 GMT Ape (Apache emulator) <p><strong>Apache</strong> emulator for <strong>IIS 7</strong>. Implements <strong>.htaccess</strong> configurations inside IIS.&nbsp; </p><p>Includes following modules: mod_rewrite, mod_proxy, mod_auth, mod_gzip, mod_headers, mod_cache, mod_expires, mod_developer, mod_replace, mod_so, mod_speling, mod_usertrack and others.&nbsp; </p><p>35 total modules available.</p> http://www.iis.net/1929/ItemPermalink.ashx helicontech http://www.iis.net/1929/ItemPermalink.ashx Sat, 10 Oct 2009 12:32:34 GMT POP3 for windows Server 2008 <p>this free preview of visendo SMTP Extender allows to pull mails from SMTP server with pop3 protokoll. We offer 64 bit and 32 bit version.</p><p>Updates regulary based on feedback. Use my blog</p> http://www.iis.net/1678/ItemPermalink.ashx hannespreishuber http://www.iis.net/1678/ItemPermalink.ashx Tue, 06 May 2008 02:19:15 GMT POP3 for windows Server 2008 this free preview of visendo SMTP Extender allows to pull mails from SMTP server with pop3 protokoll. We offer 64 bit and 32 bit version. Updates regulary based on feedback. Use my blog http://www.iis.net/1956/ItemPermalink.ashx goodit2010 http://www.iis.net/1956/ItemPermalink.ashx Mon, 25 Jan 2010 21:50:58 GMT Ensim Pro X for Windows <p>Ensim Pro X for Windows is the industry&#39;s leading single-server hosting automation and control panel solution for hosted web sites, e-mail, and online applications. It includes comprehensive tools that enable hosting providers to create, control, and deliver a variety of professional-quality hosting plans. Ensim Pro instantly transforms a server into a professional hosting business, supporting robust reseller capabilities and third-party application integration.<br /><font face="Trebuchet MS" size="2"><br /><strong>A</strong> <strong>FREE</strong> <strong>Ensim Pro X promotional license</strong> is now available for a limited time, along with an updated web services API and a comprehensive Power Tools framework.</font></p> http://www.iis.net/1382/ItemPermalink.ashx ensim http://www.iis.net/1382/ItemPermalink.ashx Mon, 12 Feb 2007 05:11:10 GMT ProcWatch This free Windows Service monitors the IIS 6 Worker Processes CPU usage and Web Service availability. http://www.iis.net/1788/ItemPermalink.ashx Egon http://www.iis.net/1788/ItemPermalink.ashx Mon, 08 Dec 2008 14:45:51 GMT pop3Server for IIS Smtp <p>On bottom you find links for download first prototype. Support by blog comments. We will open up a support group on our <a href="http://www.visendo.com/">www.visendo.com</a> forums. At the moment product is free an without any warranty.</p> <p>btw SMTP management is still no part of iis 7 so management is done by old mmc snap in.</p> <p>[UPDATE]</p> <p>x64 and x32 editons with minor changes</p> <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><font face="Calibri" size="3" color="#0000ff"><u><a href="http://www.visendo.com/download/visendosmtpextender/VisendoSMTPExtender_x64.msi">http://www.visendo.com/download/visendosmtpextender/VisendoSMTPExtender_x64.msi</a></u></font></p> <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><a href="http://www.visendo.com/download/visendosmtpextender/VisendoSMTPExtender_x86.msi"><u><font face="Calibri" size="3" color="#0000ff">http://www.visendo.com/download/visendosmtpextender/VisendoSMTPExtender_x86.msi</font></u></a></p> http://www.iis.net/1752/ItemPermalink.ashx dumian http://www.iis.net/1752/ItemPermalink.ashx Mon, 13 Oct 2008 06:38:53 GMT DotNetPanel <h1>DotNetPanel</h1><p>DotNetPanel is unique feature-rich solution for simplifying Windows hosting management operations. </p><p>&nbsp;</p>It manages multiple servers, has robust, scalable and secure architecture, it&#39;s very simple in use, offers competitive pricing and great support! <p>&nbsp;</p><h2>Ease of Use</h2><p>The installation process is quick and easy. You don&#39;t need to spend days to make your control panel work for you! <a href="http://dotnetpanel.com/DotNetPanel/Features.aspx">more &raquo;</a> </p><h2>Security</h2><p>DotNetPanel uses the most advanced security technologies like asymmetric cryptography, Web Services messages signing and process isolation. <a href="http://dotnetpanel.com/DotNetPanel/Features.aspx">more &raquo;</a> </p><h2>Multi-Server</h2><p>DotNetPanel is a truly distributed, scalable, n-tier application. <a href="http://dotnetpanel.com/DotNetPanel/Features.aspx">more &raquo;</a> </p><h2>Support</h2><p>The real quality of a product is its ultimate support. Our support team is friendly, enthusiastic and responsive. <a href="http://dotnetpanel.com/Support/Overview.aspx">more &raquo;</a> </p><h2>Price</h2><p>DotNetPanel has the most attractive prices in today&#39;s Windows-based hosting solutions <a href="http://dotnetpanel.com/DotNetPanel/Pricing.aspx">more &raquo;</a> </p> http://www.iis.net/1541/ItemPermalink.ashx dotnetpanel http://www.iis.net/1541/ItemPermalink.ashx Tue, 20 Nov 2007 10:45:50 GMT ISAPI_Rewrite ISAPI_Rewrite is a powerful URL manipulation engine based on the regular expressions. It acts mostly like Apache's mod_Rewrite but was designed for Microsoft IIS web server. It can be used to allow dynamic pages be indexed by search engines, stop hotlinking, proxy another server content, manipulate incoming request headers and strengthen server security. It supports regexp rules and conditions to create really flexible URL manipulations. And there is also freeware Lite version of this product! http://www.iis.net/1262/ItemPermalink.ashx helicontech http://www.iis.net/1262/ItemPermalink.ashx Wed, 20 Dec 2006 21:38:04 GMT Realtime Anti Profanity Content Filter your webserver content in realtime, by replacing a list of defined words. Replacing the &quot;bad words&quot; with a pattern is ideal for communities, forums, blogs with children's audience. Using highly optimized routines, it works with the smallest demand of hardware resources. You can download different &quot;bad words&quot; language dictionaries, and edit them by using a simple text editor. http://www.iis.net/1280/ItemPermalink.ashx smartiis http://www.iis.net/1280/ItemPermalink.ashx Wed, 20 Dec 2006 22:11:12 GMT Datasherpa The Datasherpa On-line Data Collection software platform automatically and accurately collects all behavioural and transactional online data solely through the configuration of the software and with no hard coding. This includes data points such as all form fields filled out, all click-outs and many others which can be collected without any coding on the part of the website. There are over 90 different data points that are collected out of the box and the output can be automatically formatted to work with any web analytics or business intelligence tool. http://www.iis.net/1253/ItemPermalink.ashx clickstream http://www.iis.net/1253/ItemPermalink.ashx Wed, 20 Dec 2006 21:24:12 GMT ISAPI Loader The ISAPI Loader is an ISAPI application which can unload and update your running ISAPI application with a new version without requiring any restart of IIS or Application Pools. Contact pro@eggcentric.com for free trial. http://www.iis.net/1258/ItemPermalink.ashx eggcentric http://www.iis.net/1258/ItemPermalink.ashx Wed, 20 Dec 2006 21:32:32 GMT IIS Metabase Explorer 1.1 All versions of IIS store their configuration in a special database called the metabase. The metabase is in some ways similar to the Windows Registry. Unlike the Windows Registry Editor IIS has no built in tools to view, change or track activity in the Metabase. The IIS Metabase Explorer allows you to view the hierarchical structure of the Metabase, edit the hierarchy or data values, copy or move data from one key to another, backup and restore the database and track changes made to the metabase by any application running on your system. The best thing about the IIS Metabase Explorer is that it is FREE. http://www.iis.net/1276/ItemPermalink.ashx ripcord http://www.iis.net/1276/ItemPermalink.ashx Wed, 20 Dec 2006 22:05:48 GMT SMTP Diagnostics 1.0 <span>SMTPDiag is a troubleshooting tool designed to work directly on a Windows server with IIS/SMTP service enabled or with Exchange Server installed. It utilizes the same APIs as Windows and Exchange in order to diagnose configuration and connection issues involving SMTP and DNS.</span> http://www.iis.net/1308/ItemPermalink.ashx Microsoft http://www.iis.net/1308/ItemPermalink.ashx Sat, 27 Jan 2007 19:55:03 GMT IIS Stats for Vista Sidebar This Windows Vista Sidebar gadget shows some interesting IIS Statistics, including total requests made to your Web server during the lifetime of the box, and the current requests per second.&nbsp; It also provides a handy launch point for IIS Manager - the IIS7 Administration tool.&nbsp; http://www.iis.net/1315/ItemPermalink.ashx bills http://www.iis.net/1315/ItemPermalink.ashx Sun, 28 Jan 2007 09:29:08 GMT IIS Export IIS Export is an impressive utility for duplicating an IIS setup from one server to another. http://www.iis.net/1252/ItemPermalink.ashx adsonline http://www.iis.net/1252/ItemPermalink.ashx Wed, 20 Dec 2006 21:20:45 GMT IISGuard IISGuard is a unique tool for remote monitoring, logging and analyzing requests in the Microsoft IIS web server. With IISGuard you can easily see all requests that are made to your IIS web server and find the sites and scripts that are causing problems. Real time monitoring, logging, user friendly web interface with an own web server, configurability and the great performance are just some of the features that make IISGuard an ideal companion to IIS. IISGuard improves the uptime of your server by eliminating problematic sites/scripts, detecting malicious clients and helping you improve the performance of IIS. http://www.iis.net/1283/ItemPermalink.ashx troxo http://www.iis.net/1283/ItemPermalink.ashx Wed, 20 Dec 2006 22:13:30 GMT Realtime Anti Profanity Content Filter your webserver content in realtime, by replacing a list of defined words. Replacing the &quot;bad words&quot; with a pattern is ideal for communities, forums, blogs with children's audience. Using highly optimized routines, it works with the smallest demand of hardware resources. You can download different &quot;bad words&quot; language dictionaries, and edit them by using a simple text editor. http://www.iis.net/1281/ItemPermalink.ashx smartiis http://www.iis.net/1281/ItemPermalink.ashx Wed, 20 Dec 2006 22:11:24 GMT ServerHeader IIS7 Feature <p>ServerHeader is a sample IIS7 feature. It includes an HttpModule that can change the Server response Header to a different value. Furthermore it includes an IIS7 configuration extenstion, a strongly typed configuration section and a IIS7 module/module provider GUI extension.</p><p>&nbsp;This sample demonstrates all necessary steps to write a full features IIS7 extension with configuration and GUI integration.</p><p>See my blog for documentation:</p><p><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityAnEndtoendExample.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityAnEndtoendExample.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityTheHttpModule.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityTheHttpModule.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityExtendingConfiguration.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityExtendingConfiguration.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityServerManagementIntegration.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityServerManagementIntegration.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityClientUIIntegration.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityClientUIIntegration.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilitySolutionStructure.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilitySolutionStructure.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityDeployment.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityDeployment.aspx</a><br /><a href="http://www.leastprivilege.com/IIS7ManagedExtensibilityServerHeaderFeature.aspx">http://www.leastprivilege.com/IIS7ManagedExtensibilityServerHeaderFeature.aspx</a></p> http://www.iis.net/1326/ItemPermalink.ashx dbaier http://www.iis.net/1326/ItemPermalink.ashx Mon, 29 Jan 2007 01:09:45 GMT IisRegMgmt Automates installing an IIS 7 management extension. http://www.iis.net/1671/ItemPermalink.ashx dbaier http://www.iis.net/1671/ItemPermalink.ashx Tue, 22 Apr 2008 01:43:08 GMT Basic Authentication against Non-Windows Accounts IIS supports&nbsp;HTTP authentication&nbsp;methods like Basic, Digest and Integrated. The problem is that all of them are hardwired to Windows accounts. This means that you need a Windows user on your server for every account you want to HTTP-auth enable.<br />Having the ability to do plain Basic Authentication agains account stored e.g. in a database would be very handy for a range of situations like web applications, (WCF) web services, REST services, Silverlight service backends etc.<br /><br />This is exactly what this module does.<br /><br />The module comes in two flavours: for IIS 6 and 7. They are almost identical, but configuration and semantics wrt anonymous authentication are slightly different and I didn&#39;t spend the time to create a version that will work optimally in both environments. The IIS 6 version can be downloaded from the release section - but all the new work and improvements will go into the IIS 7 version. http://www.iis.net/1669/ItemPermalink.ashx dbaier http://www.iis.net/1669/ItemPermalink.ashx Sat, 19 Apr 2008 06:21:57 GMT Nihuo IIS Log Analyzer <p>Nihuo IIS Log Analyzer is a powerful IIS log analyzer that turns your web logs into a professional sales and prospecting tool. By telling you where your web site visitors come from, which pages are most popular, and which search engine phrases brought visitors to your web site, you can make your site a more effective sales machine.</p><p>With many detailed and accurate HTML report, it can be used to increase efficency of your each page and advertisment. It will be a great Internet marketing tool for you. </p> http://www.iis.net/1922/ItemPermalink.ashx cuiyingjie http://www.iis.net/1922/ItemPermalink.ashx Wed, 19 Aug 2009 03:14:14 GMT IIS Reports <p>This application extends IIS 7.0 Manager by adding a new Reports option that gives you a few reports of the server and site activity.</p> http://www.iis.net/1416/ItemPermalink.ashx CarlosAg http://www.iis.net/1416/ItemPermalink.ashx Mon, 05 Mar 2007 13:02:13 GMT IIS Manager MRU Module <p>This module provides IIS Manager 7 a &quot;Recent Tasks&quot; at the bottom of the Actions Panel where it keeps track of all the features you have used sorted by most recently used. </p><p>It includes MSI to install and source code is also available so you can see how this can be done.</p> http://www.iis.net/1400/ItemPermalink.ashx CarlosAg http://www.iis.net/1400/ItemPermalink.ashx Fri, 16 Feb 2007 13:52:47 GMT Image Gallery Directory Listing Module for IIS7 <p>This is my famous DirListModule, used in hundreds of demos where I show off the new, .NET extensibility of IIS7.&nbsp; It creates an automatic photo gallery complete with thumbnails for any directory on your site.&nbsp; It is simple to deploy and customize.&nbsp; </p> http://www.iis.net/1325/ItemPermalink.ashx bills http://www.iis.net/1325/ItemPermalink.ashx Sun, 30 Nov 2008 02:18:29 GMT Transformer.NET - Bi-directional Rewrite Module for IIS <p>Transformer.NET is a bi-directional HTTP transformation module for Microsoft IIS6 &amp; IIS7. The current Beta version provides support for regex-based URL re-writing, allowing URLs in both incoming HTTP requests and outbound HTTP responses to be re-written on-the-fly. This flexibility gives website administrators the ability to alter website URLs without the need to modify any underlying website/application source code. </p><p>Transformer.NET supports inbound and outbound transformation of content rendered with <u>any</u> HTTP handler on IIS7 (PHP, Classic ASP, ASP.NET, Java, ColdFusion, etc). Outbound transformation support on IIS6 is limited to only ASP.NET applications (this is a limitation of IIS6), however incoming requests to any handler can be re-written. </p> http://www.iis.net/1636/ItemPermalink.ashx bholyfield http://www.iis.net/1636/ItemPermalink.ashx Sat, 01 Mar 2008 18:16:36 GMT Aptimize Latency Simulator <p>Slow web pages lose and frustrate users. Amazon found every 100ms of latency cost them 1% in sales. </p><p>When Shopzilla increased the speed of their website by 5 seconds it resulted in a 25% increase in page views, a 10% increase in revenue, a 50% reduction in hardware, and a 120% increase traffic from Google. &#39;Shopzilla&#39;s Site Redo - You Get What You Measure&#39;.</p><p>Latency matters. </p> http://www.iis.net/1921/ItemPermalink.ashx aptimize http://www.iis.net/1921/ItemPermalink.ashx Fri, 14 Aug 2009 13:51:56 GMT FTPS Client <p><span>AlexFTPS provides a <strong>free FTP/FTPS client and class library</strong> available on any platform supporting the <strong>.Net Framework 2.0</strong> or <strong>Mono 2.0</strong>. </span></p><p>This project was started to support the FTPS features of FTP for IIS 7.0<br /> </p><p><span>Implemented RFCs:<br /> <br />959, 2228, 2389, 2428, 2640, 3659, 4217<br /> <br />FTPS (sometimes called FTPES) is implemented as described in the RFC 4217 and RFC 2228 documents. <a href="http://www.ietf.org/rfc/rfc4217.txt" class="externalLink">http://www.ietf.org/rfc/rfc4217.txt</a><br /> <br /><br /><br /><br /> </span></p> http://www.iis.net/1801/ItemPermalink.ashx alex.pilotti http://www.iis.net/1801/ItemPermalink.ashx Tue, 06 Jan 2009 12:49:52 GMT WebLog Expert IIS Log Analyzer <p>WebLog Expert is a powerful IIS log analyzer. It can analyze IIS log files and create comprehensive reports on visitor activity. Over seventy reports with tables and diagrams are supplied with the IIS log analyzer, including activity and file access statistics, paths through the site, referrers, search engine reports, statistics on browsers, operating systems, and site errors.</p> http://www.iis.net/1907/ItemPermalink.ashx alentum http://www.iis.net/1907/ItemPermalink.ashx Thu, 16 Jul 2009 15:47:30 GMT IIS Log Analyzer <p>Indihiang is a IIS log analyzing tool. The tool analyzes IIS Web server in comprehensive graphs and reports. You can download a setup file and source code.</p> http://www.iis.net/1864/ItemPermalink.ashx agusk http://www.iis.net/1864/ItemPermalink.ashx Tue, 30 Jun 2009 15:09:22 GMT