﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles in General questions</title>
    <description>Recent additions to the Knowledge Base from WinHost</description>
    <link>http://support.winhost.com/KB/c172/general-questions.aspx</link>
    <dt>Fri, 10 Sep 2010 14:31:31 GMT</dt>
    <generator>SmarterTrack Enterprise 4.8.3705</generator>
    <item>
      <title>Password protecting directories in IIS 7</title>
      <link>http://support.winhost.com/KB/a671/password-protecting-directories-in-iis-7.aspx</link>
      <pubDate>Tue, 18 Aug 2009 01:32:38 GMT</pubDate>
      <guid isPermaLink="false">kbarticle671</guid>
      <description>In IIS7 password protection is achieved by removing anonymous user
access to a directory.&lt;br /&gt;
&lt;br /&gt;
The password protection method in this article uses the &lt;strong&gt;&lt;a href="http://support.winhost.com/KB/a628/using-the-microsoft-iis-70-manager.aspx?KBSearchID=57187" target="_blank"&gt;IIS 7 Manager&lt;/a&gt;&lt;/strong&gt;. The IIS 7 Manager is a
program that is installed on your computer and is used to do some
maintenance and configuration tasks in IIS 7. We recommended the IIS 7
Manager for use by experienced developers only. &lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;Connect to your site
    &lt;/li&gt;
    &lt;li&gt;Navigate to the directory you want to password protect in the left pane
    &lt;/li&gt;
    &lt;li&gt;Double click &lt;strong&gt;Authorization Rules&lt;/strong&gt; in the right pane
    &lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;Add Deny Rule&lt;/strong&gt;
    &lt;/li&gt;
    &lt;li&gt;In the pop up dialogue box, select &lt;strong&gt;All anonymous users&lt;/strong&gt;
    &lt;/li&gt;
    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;
    &lt;/li&gt;
    &lt;li&gt;Note that this action will add some entries into your web.config file &lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Application Pool Pipeline Mode in IIS 7</title>
      <link>http://support.winhost.com/KB/a656/application-pool-pipeline-mode-in-iis-7.aspx</link>
      <pubDate>Tue, 18 Aug 2009 00:22:33 GMT</pubDate>
      <guid isPermaLink="false">kbarticle656</guid>
      <description>If you are new to IIS 7, your application that was
developed for IIS 6 may not function properly using the default
Integrated Application Pool Pipeline Mode. If you encounter such issues
you can configure your account to use the classic .NET Application Pool
Pipeline Mode using the &lt;strong&gt;Integrated/Classic Pipeline Mode&lt;/strong&gt; tool, located in the &lt;strong&gt;Site Tools&lt;/strong&gt; section of &lt;a target="_blank" href="https://cp.winhost.com"&gt;Control Panel&lt;/a&gt;. &lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;Go to the&lt;strong&gt; Site Tools&lt;/strong&gt; section of &lt;a target="_blank" href="https://cp.winhost.com/"&gt;Control Panel&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Select &lt;strong&gt;Classic&lt;/strong&gt; from the drop down menu for Application Pool Pipeline Mode &lt;/li&gt;
    &lt;li&gt;Click the &lt;strong&gt;Update&lt;/strong&gt; button &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Notes on the Application Pool Pipeline Mode: &lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;Most ASP applications should run fine &lt;/li&gt;
    &lt;li&gt;Some ASP.NET Application may require configuration migration with an IIS 7.0 command line tool &lt;/li&gt;
    &lt;li&gt;Integrated Mode Benefits:
    &lt;ul&gt;
        &lt;li&gt;Allowing
        services provided by both native and managed modules to apply to all
        requests, regardless of handler. For example, managed Forms
        Authentication can be used for all content, including ASP pages, CGIs,
        and static files.&lt;/li&gt;
        &lt;li&gt;Empowering ASP.NET components to
        provide functionality that was previously unavailable to them due to
        their placement in the server pipeline. For example, a managed module
        providing request rewriting functionality can rewrite the request prior
        to any server processing, including authentication, takes place. &lt;/li&gt;
        &lt;li&gt;A
        single place to implement, configure, monitor and support server
        features. For example, single module and handler mapping configuration,
        single custom errors configuration, single url authorization
        configuration.&amp;nbsp; &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Using the Microsoft IIS 7.0 Manager</title>
      <link>http://support.winhost.com/KB/a628/using-the-microsoft-iis-70-manager.aspx</link>
      <pubDate>Fri, 14 Aug 2009 23:36:46 GMT</pubDate>
      <guid isPermaLink="false">kbarticle628</guid>
      <description>To download and install the IIS 7.0 Manager, use one of the following links: &lt;br /&gt;
&lt;blockquote&gt;For X86 processor systems: &lt;a href="http://iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1626" target="_blank"&gt;http://iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1626&lt;/a&gt;&lt;br /&gt;
For X64 processor systems: &lt;a href="http://iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1633" target="_blank"&gt;http://iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1633 &lt;/a&gt;&lt;br /&gt;
&lt;/blockquote&gt;The IIS Manager user name for your site can be found in the &lt;strong&gt;Site Tools&lt;/strong&gt; section of &lt;a href="https://cp.winhost.com" target="_blank"&gt;Control Panel&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
From the IIS Manager file menu bar, select "&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Connect to a Site...&lt;/strong&gt;&lt;/span&gt;" to start the connection wizard. &lt;br /&gt;
&lt;br /&gt;
On the first screen, enter the following information (your site login information can be found in the &lt;strong&gt;Site Tools&lt;/strong&gt; section of &lt;a href="https://cp.winhost.com/" target="_blank"&gt;Control Panel&lt;/a&gt;): &lt;br /&gt;
&lt;blockquote&gt;Server name: Your secondary URL address (excluding the "http://" portion)&lt;br /&gt;
Site name: Your domain name without "www".&lt;br /&gt;
&lt;/blockquote&gt;Once you have the information entered, click on the next button to proceed to the credentials screen. At the credentials screen, you'll want to use the following: &lt;br /&gt;
&lt;blockquote&gt;User name: Your site&amp;nbsp;default&amp;nbsp;FTP login name&lt;br /&gt;
Password: Your site FTP password &lt;br /&gt;
&lt;/blockquote&gt;The last step is to create a connection name. We recommend using your domain name to avoid any confusion should you create multiple connections. Click the "Finish" button to complete the wizard.</description>
    </item>
  </channel>
</rss>