﻿<?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 DiscountASP.NET</description>
    <link>http://support.discountasp.net/KB/c107/general-questions.aspx</link>
    <dt>Sun, 22 Nov 2009 11:18:43 GMT</dt>
    <generator>SmarterTrack Enterprise 4.0.3504</generator>
    <item>
      <title>Assigning users to Microsoft IIS 7 Manager</title>
      <link>http://support.discountasp.net/KB/a402/assigning-users-to-microsoft-iis-7-manager.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:32:34 GMT</pubDate>
      <guid isPermaLink="false">kbarticle402</guid>
      <description>In Control Panel, go to: Tools &amp;amp; Utilities &amp;gt;&amp;gt; IIS Tools &amp;gt;&amp;gt; &lt;a href="https://my.discountasp.net/web-manager/iis7-manager.aspx"&gt;MS IIS Manager&lt;/a&gt;&lt;br /&gt;
&lt;div class="lnav2"&gt;&lt;br /&gt;
&lt;/div&gt;
Selecting a user here allows that user access to your account through Microsoft's IIS 7 Manager. Note that you also select which IIS Manager features to enable at the bottom of this page. Selecting features here will prompt a download the first time you connect to your site with IIS Manager.&lt;br /&gt;
&lt;br /&gt;
In general we recommend that only experienced developers use the Microsoft IIS 7 Manager. If you have been working with it in your own Windows 2008 development environment, you're probably safe. If this is your first experience with Windows 2008 you may want to use the DiscountSP.NET &lt;a href="https://my.discountasp.net/" target="_blank"&gt;Control Panel&lt;/a&gt; controls to do your necessary site maintenance.</description>
    </item>
    <item>
      <title>Changing the default ASP.NET Trust Level</title>
      <link>http://support.discountasp.net/KB/a401/changing-the-default-aspnet-trust-level.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:30:55 GMT</pubDate>
      <guid isPermaLink="false">kbarticle401</guid>
      <description>The default ASP.NET Trust level is set to Medium. &lt;br /&gt;
&lt;br /&gt;
In general, most applications should run fine under Medium Trust. If your application requires Full Trust, you can override the trust level at the application level by adding the following to your web.config file:&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;/span&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;system.web&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;trust level="Full" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/system.web&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to connect to Windows 2008/IIS 7 using the Microsoft IIS 7.0 Manager</title>
      <link>http://support.discountasp.net/KB/a400/how-to-connect-to-windows-2008iis-7-using-microsoft.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:29:54 GMT</pubDate>
      <guid isPermaLink="false">kbarticle400</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;NOTE: Before you can use IIS Manager you must grant permission to the user who is going to connect. Permissions are assigned in Control Panel. &lt;a href="https://support.discountasp.net/KB/a402/assigning-users-to-microsoft-iis-7-manager.aspx"&gt;See this Knowledge Base article for user assignment instructions&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
From the IIS Manager file menu bar, select "Connect to a Site..." to start the connection wizard. &lt;br /&gt;
&lt;br /&gt;
On the first screen, enter the following information (your account information can be found in the &lt;a href="https://my.discountasp.net/account-info.aspx" target="_blank"&gt;Account Information&lt;/a&gt; section of Control Panel): &lt;br /&gt;
&lt;blockquote&gt;Server name: Your alternate URL address (excluding the "http://" portion)&lt;br /&gt;
Site name: Your domain name &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 Control Panel login name&lt;br /&gt;
Password: Your Control Panel 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. &lt;br /&gt;</description>
    </item>
    <item>
      <title>Application Pool Pipeline Mode in IIS 7</title>
      <link>http://support.discountasp.net/KB/a399/application-pool-pipeline-mode-in-iis-7.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:27:02 GMT</pubDate>
      <guid isPermaLink="false">kbarticle399</guid>
      <description>With the architecture change in 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 through the Control Panel IIS Tools: &lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;Go to the IIS Tools tab in the DiscountASP.NET Control Panel &lt;/li&gt;
    &lt;li&gt;Select "Classic" from the drop down menu for Application Pool Pipeline Mode. &lt;/li&gt;
    &lt;li&gt;Click the "Update" 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 (see below). &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;
&lt;br /&gt;</description>
    </item>
    <item>
      <title>Password protecting directories in IIS 7</title>
      <link>http://support.discountasp.net/KB/a398/password-protecting-directories-in-iis-7.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:24:48 GMT</pubDate>
      <guid isPermaLink="false">kbarticle398</guid>
      <description>In IIS7 password protection is achieved by removing anonymous user access to a directory. There are two ways to accomplish this. &lt;br /&gt;
&lt;br /&gt;
The first is manual password protection. Add following into the web.config file in the directory that you wish to protect: &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: courier new;"&gt;
&lt;p class="codeblock"&gt;&lt;span style="font-family: courier new;"&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add accessType="Deny" users="?" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/authorization&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/security&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/system.webServer&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt; &lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;/span&gt;To allow additional users to access the site, you must grant the user access in the &lt;a target="_blank" href="https://my.discountasp.net/permission-manager.aspx"&gt;Permission manager&lt;/a&gt; in the DiscountASP.NET Control Panel.&lt;br /&gt;
&lt;br /&gt;
The second method is to use the IIS 7 Manager. 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;Add the primary user to the allowed IIS Admin user list in the DiscountASP.NET Control Panel (IIS Tools)
    &lt;/li&gt;
    &lt;li&gt;Connect to the 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 "Authorization Rules" in the right pane
    &lt;/li&gt;
    &lt;li&gt;Click "Add Deny Rule"
    &lt;/li&gt;
    &lt;li&gt;In the pop up dialogue box, select "All anonymous users"
    &lt;/li&gt;
    &lt;li&gt;Click "OK"
    &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>Enabling FTP over SSL in IIS7</title>
      <link>http://support.discountasp.net/KB/a397/enabling-ftp-over-ssl-in-iis7.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:22:18 GMT</pubDate>
      <guid isPermaLink="false">kbarticle397</guid>
      <description>With the new FTP server Microsoft has implemented "FTP over SSL" which will encrypt the session between an FTP program that supports FTP over SSL and the FTP server. &lt;br /&gt;
&lt;br /&gt;
We have enabled this feature on the servers by default, so if your FTP program supports FTP over SSL, consult the program's help files for instructions on use or activation. We have created step-by-step instructions for some common FTP programs:&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a315/how-to-set-up-ws-ftp-professional-to-use-ftp-over-ssl.aspx"&gt; How to set up WS_FTP Professional to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a316/how-to-set-up-smartftp-to-use-ftp-over-ssl.aspx"&gt; How to set up SmartFTP to use FTP over SSL&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a318/how-to-set-up-filezilla-to-use-ftp-over-ssl.aspx"&gt; How to set up FileZilla to use FTP over SSL&lt;/a&gt; &lt;br /&gt;
&lt;a href="https://support.discountasp.net/KB/a317/how-to-set-up-cuteftp-to-use-ftp-over-ssl.aspx"&gt; How to set up CuteFTP to use FTP over SSL&lt;/a&gt; &lt;br /&gt;</description>
    </item>
    <item>
      <title>Microsoft Expression Web issues with IIS 7 FTP username</title>
      <link>http://support.discountasp.net/KB/a396/microsoft-expression-web-issues-with-iis-7-ftp-username.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:18:53 GMT</pubDate>
      <guid isPermaLink="false">kbarticle396</guid>
      <description>&lt;strong&gt;Update:&lt;/strong&gt; &lt;a href="http://www.microsoft.com/expression/" target="_blank"&gt;Expression Web version 3&lt;/a&gt; fixes the issue detailed in this Knowledge Base article. &lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Microsoft Expression Web does not recognize the pipe in the IIS 7 FTP username as a valid character, so it is not currently possible to use Expression Web on an IIS 7 account. &lt;br /&gt;
&lt;br /&gt;
If you are unfamiliar with the pipe character, it is what separates the numerals from the letters in your IIS 7 FTP username.&lt;br /&gt;
For example: 0099999|yourdomain0. &lt;br /&gt;
&lt;br /&gt;
This is a known bug, and Microsoft has assured us that it will be addressed in the next major Expression Web release. We do not, however, know when that release will be made public.</description>
    </item>
    <item>
      <title>List of supported and deprecated components in IIS 7</title>
      <link>http://support.discountasp.net/KB/a395/list-of-supported-and-deprecated-components-in-iis-7.aspx</link>
      <pubDate>Tue, 25 Nov 2008 03:17:37 GMT</pubDate>
      <guid isPermaLink="false">kbarticle395</guid>
      <description>Note that Windows 2008 Server and IIS 7 are new products, so this component list is subject to change frequently as we continue our testing and component vendors release newer versions. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Supported components &lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;AJAX 3.5 &lt;/li&gt;
    &lt;li&gt;ASPEmail &lt;/li&gt;
    &lt;li&gt;ASPJPeg &lt;/li&gt;
    &lt;li&gt;ASPNETEmail &lt;/li&gt;
    &lt;li&gt;ASPNETMX &lt;/li&gt;
    &lt;li&gt;ASPNETPOP3 &lt;/li&gt;
    &lt;li&gt;ASPTear &lt;/li&gt;
    &lt;li&gt;ASPUpload &lt;/li&gt;
    &lt;li&gt;CDO &lt;/li&gt;
    &lt;li&gt;JMail (free version) &amp;nbsp;&lt;/li&gt;
    &lt;li&gt;OWC 11 &lt;/li&gt;
    &lt;li&gt;/n software IP*Works! Internet Toolkit v8 .NET Edition &lt;/li&gt;
    &lt;li&gt;Report Viewer Control &lt;/li&gt;
    &lt;li&gt;Richer Components - RichTextBox 3.x, RichMessageBoard 3.x&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Unsupported Features &lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;.NET framework 1.1 &lt;/li&gt;
    &lt;li&gt;FrontPage Server Extensions &lt;/li&gt;
    &lt;li&gt;AJAX 1.0 &lt;/li&gt;
    &lt;li&gt;MySQL database &lt;/li&gt;
    &lt;li&gt;Access ODBC Tool &lt;/li&gt;
    &lt;li&gt;Livestats &lt;/li&gt;
    &lt;li&gt;Analog Web Statistic &lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Unsupported Components &lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;/n software iBiz Integrator ASP.NET suite &lt;/li&gt;
    &lt;li&gt;/n software IP*Works! ASP.NET &amp;amp; ASP components v6 &lt;/li&gt;
    &lt;li&gt;CyberSource (may be updated by CyberSource to ensure compatibility in the future)&lt;/li&gt;
    &lt;li&gt;Graphic Server .NET 3.5 &lt;/li&gt;
    &lt;li&gt;Obout Treeview &lt;/li&gt;
    &lt;li&gt;Richer Components (RichSlider, RichHelpTip, RichDatePicker) &lt;/li&gt;
    &lt;li&gt;Verisign PayFlow Pro Component &lt;/li&gt;
    &lt;li&gt;WebSuperGoo ABCPDF.NET &lt;/li&gt;
    &lt;li&gt;WSE 2.0 &lt;/li&gt;
    &lt;li&gt;WSE 3.0 &lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>