﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles</title>
    <description>Recent additions to the knowledge base from WebControlCenter</description>
    <link>https://smartertrack.webcontrolcenter.com/KB/browse.aspx</link>
    <dt>Tue, 21 May 2013 06:23:38 GMT</dt>
    <generator>SmarterTrack Enterprise 8.3.4680</generator>
    <item>
      <title>Enabling Windows Detailed Error Messages</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1755/enabling-windows-detailed-error-messages.aspx</link>
      <pubDate>Thu, 25 Apr 2013 16:29:18 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1755</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Enabling &lt;span style="font-size: 32px;"&gt;Windows&lt;span style="font-size: 32px;"&gt; Detailed Error Messages&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
Occasionally, you may find that in-order to debug a generic error on a webpage detailed errors must be enabled.&amp;nbsp; Here is how to enable detailed error messages for your website using a web.config file:&lt;br /&gt;
&lt;br /&gt;
If there isn&amp;rsquo;t already a web.config file created in the root of the website you will need to create one.&amp;nbsp; To create a web.config file open notepad or any text editor on your local computer and save the file as web.config. Right-click the web.config file and click edit and put in the following snippet of code below in the file and click save.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;web.config Code&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;/span&gt;
&lt;span style="font-family: arial;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;
&amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpErrors errorMode="Detailed" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Once the web.config is modified, FTP upload the file in the root of your website or in the directory the error is being rendered from. Refresh (ctrl F5) the page giving the generic 500 error and detailed error messages will be displayed. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note: Detailed error messages are normally used for debugging purposes and for security reasons it is not advised to leave this setting enabled.&lt;/strong&gt;&lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>Plan Change Compatibilities</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1752/plan-change-compatibilities.aspx</link>
      <pubDate>Tue, 02 Apr 2013 03:32:55 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1752</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Plan Change C&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;&lt;strong&gt;ompatibilities&lt;/strong&gt;&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
As scripting languages and programs evolve, the methods to perform certain actions or procedures changes as well.&amp;nbsp; Some lines of code or methods to connect to a database may no longer be supported on our newer plans. This is because the company that develops the technology stops patching security holes in favor of adding additional support and security to the most recent versions.&lt;br /&gt;
&lt;br /&gt;
In order to upgrade your hosting account you will need to update the code on your site to the new standards and upgrade any older databases.&amp;nbsp; W&lt;span style="font-family: arial;"&gt;ith any upgrade we offer upgrade support and
would be glad to have one of our developers review your code to ensure
that the site will migrate.&amp;nbsp; For prices please feel free to contact us
using the information in &lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a1682/contact-us.aspx?KBSearchID=0"&gt;KB 1682&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;ColdFusion Upgrades&lt;/span&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
The latest version of ColdFusion is ColdFusion 10.&amp;nbsp; While ColdFusion 9 is still supported by Adobe older versions are no longer being patched.&amp;nbsp; With ColdFusion each version can be drastically different and in many cases older scripts are no longer supported by the new versions.&amp;nbsp; We highly recommend having our developers perform a code review to ensure the code of your site will perform as intended on the new plans. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;MySQL &lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
The newest version of MySQL is MySQL 5.&amp;nbsp; Older plans may have MySQL 4 databases that will need to be updated to MySQL 5 databases to meet the new plans requirements.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
To upgrade your MySQL database please refer to &lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a927/how-to-convert-your-mysql4-database-to-mysql5.aspx?KBSearchID=0"&gt;KB 927&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;MSSQL&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
The newest version of Microsoft's MSSQL is MSSQL 2008.&amp;nbsp; MSSQL 2005 and 2000 are still supported on some of our older plan types however they are no longer supported by Microsoft.&amp;nbsp; As such we recommend upgrading any 2000 or 2005 databases to the newer format.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;To upgrade your MySQL database please refer to &lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a1365/upgrade-ms-sql-database.aspx"&gt;KB 1365&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Access&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
Access is another Microsoft product.&amp;nbsp; Access was designed to be used as a stand alone database however, while it is not the most secure type of database, there is some functionality built in to connect to a website.&amp;nbsp; Access has been discontinued in favor or MSSQL.&amp;nbsp; As such if you would like to upgrade your hosting account you will need to convert your Access Database to a MSSQL database.&lt;br /&gt;
&lt;br /&gt;
To convert your Access database to an MSSQL database please refer to &lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a98/how-do-i-convert-my-database-from-access-to-sql-server.aspx?KBSearchID=0"&gt;KB 98&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Front&lt;span style="font-size: 24px;"&gt;P&lt;span style="font-size: 24px;"&gt;a&lt;/span&gt;ge&lt;/span&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
Microsoft no longer supports FrontPage.&amp;nbsp; As such our newer servers do not support FrontPage extensions.&amp;nbsp; In order to change your plan we recommend that you disable FrontPage extensions before submitting the plan change to expedite the process.&lt;br /&gt;
&lt;br /&gt;
To disable FrontPage extensions in the WebControlCenter follow the instructions below:&lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;Log in at &lt;a target="_blank" href="www.webcontrolcenter.com/customer.aspx"&gt;www.webcontrolcenter.com/customer.aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Next navigate to Site &amp;gt; Site Features Admin&lt;/li&gt;
    &lt;li&gt;From there you will see the option to disable FrontPage Extensions&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Server 2008 Requirements&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
Our newer servers run on the Server 2008 operating platform. This allows us several advantages over the older systems including IIS7 and allowing each customer to have their own &lt;span style="font-family: arial;"&gt;allocation of the server resources or &lt;/span&gt;App Pool. As the Server 2008 plans are some of our newer plans they no longer support the following:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;MSSQL 2000&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;MSSQL 2005&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;MySQL 4&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;FrontPage&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;IP Change
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
With any type of plan change you will most likely change the IP address of your hosing account because you will be moving to a new server. If you are utilizing any outside DNS server instead of our name servers you will need to update the DNS records as soon as the plan change has been completed. You will receive an email with the new IP address in the confirmation email sent after the plan change is complete. &lt;br /&gt;
&lt;br /&gt;
If you are using our name servers then we will automatically make the necessary updates for you. &lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>How to Upgrade Your ASP.NET 1.1 or ASP.NET 2.0 Plan to a Newer Plan</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1750/how-to-upgrade-your-aspnet-11-aspnet-20-plan-to-newer-plan.aspx</link>
      <pubDate>Tue, 12 Mar 2013 23:22:09 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1750</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Upgrade Your ASP.NET 1.1 or 2.0 Plan to a Newer Plan&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;The older ASP.NET plans are considered legacy scripting languages and as such we recommend upgrading your hosting account and the code of your site.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
In order to change your plan, you will need to submit a "Change Plan Request" in the WebControlCenter.&lt;/span&gt;&amp;nbsp; Before submitting the Change Plan Request there are a few requirement and things you should know about.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Upgrade Requirements&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
Before you start the process of upgrading your hosting account there are a few things you should be aware of.&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;We cannot guarantee that the code of your site will function on the new server.&lt;/strong&gt;&amp;nbsp; It is your responsibility to correct any coding issues caused by the upgrade.&amp;nbsp; If you have any concerns about your site not working we do offer a service to review the code of your site.&amp;nbsp; If you are interested in having us perform a &lt;strong&gt;Code Review &lt;/strong&gt;for you please let one of our agents know.&amp;nbsp; Please see&amp;nbsp;&lt;a href="http://help.newtekwebhosting.com/KB/a1682/contact-us.aspx?KBSearchID=292827" target="_blank"&gt;KB 1682&lt;/a&gt; for our Contact Us information. &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;During the process of upgrading your hosting account the &lt;strong&gt;IP address&lt;/strong&gt; associated with your hosting account will change.&amp;nbsp; You will receive the new IP address after the upgrade has completed via email.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;If you are using a &lt;strong&gt;shared SSL&lt;/strong&gt; the shared SSL will change as you migrate to a different web server with its own Shared SSL.&amp;nbsp; Once the upgrade has completed you will be able to &lt;strong&gt;log into the WebContolCenter and navigate to Site &amp;gt; Site Overview&lt;/strong&gt; to see the new shared SSL.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="font-family: arial;"&gt; As Microsoft no longer supports&lt;/span&gt; &lt;strong&gt;FrontPage extensions&lt;/strong&gt;, our newer plans/servers no longer support their use.&amp;nbsp; &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;If your site utilizes and &lt;strong&gt;MSSQL 2000 or 2005 database&lt;/strong&gt; it will need to be upgraded to a MSSQL 2008 database as the new plans do not support the older databases.&lt;/span&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;span style="font-family: arial;"&gt;For information on how to upgrade your MSSQL database please see &lt;a href="http://help.webcontrolcenter.com/KB/a1365/how-to-upgrade-ms-sql-2000-to-2005-2000-to-2008-2005-to-2008.aspx?KBSearchID=129027" target="_blank"&gt;KB 1365&lt;/a&gt;.&lt;br /&gt;
        &lt;/span&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;If your site utilizes a &lt;strong&gt;MySQL 4 database&lt;/strong&gt; it will need to be upgraded to MySQL 5 as the &lt;span style="font-family: arial;"&gt;new plans do not support the older databases&lt;/span&gt;.&lt;/span&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;span style="font-family: arial;"&gt;For information on how to upgrade your MySQL 4 database please see &lt;a href="http://help.webcontrolcenter.com/KB/a927/how-to-convert-your-mysql4-database-to-mysql5.aspx?KBSearchID=133886 " target="_blank"&gt;KB 927.&lt;br /&gt;
        &lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;If you are planning on &lt;strong&gt;upgrading to a ColdFusion 10 plan and you are utilizing an Access datasource, &lt;/strong&gt;you will need to upgrade that database to an MSSQL database&lt;/span&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;span style="font-family: arial;"&gt;For information on how to upgrade your Access database please see &lt;a href="https://help.webcontrolcenter.com/KB/a98/how-do-i-convert-my-database-from-access-to-sql-server.aspx " target="_blank"&gt;KB 98&lt;/a&gt;.&lt;br /&gt;
        &lt;/span&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;If you are not using our name servers&lt;/strong&gt; you will need to update the DNS records manually once the upgrade has completed. &lt;br /&gt;
    &lt;/span&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;If you are using our name servers&lt;/strong&gt; we will automatically update the DNS for you.&lt;/span&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;Any &lt;strong&gt;FTP passwords&lt;/strong&gt; will need to be updated once the upgrade has completed&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Once the upgrade has completed&lt;/strong&gt; you will need to review your site to ensure that everything is functioning correctly.&amp;nbsp; If there is an issue please notify us immediately. &lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;If you upgrade your hosting account and your site
    does not function&lt;/strong&gt; as intended you can request to have one of our agents
    manually downgrade your hosting account back to the original scripting language.&amp;nbsp; Keep in mind that after the downgrade you will once again change your IP address and it will not be the original IP address you started with.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-family: arial;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Submitting the Change Plan R&lt;span style="font-size: 24px;"&gt;e&lt;/span&gt;quest&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
First &lt;strong&gt;l&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;og into the WebControlCenter&lt;/strong&gt; at &lt;a href="http://www.webcontrlcenter.com/customer.aspx"&gt;http://www.webcontrlcenter.com/customer.aspx&lt;/a&gt;&amp;nbsp;with your Customer ID and password. If you have multiple domains under your account, you'll have an additional step to select your domain--make sure you select the exact domain you wish to move to the new plan.&lt;br /&gt;
&lt;br /&gt;
If you need login help, please &lt;a href="http://help.webcontrolcenter.com/KB/a1089/help-i-dont-know-what-my-customer-id-number-account.aspx"&gt;click here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Navigate to Customer &amp;gt; Support Requests &amp;gt; Change Plan Request.&lt;/strong&gt;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cChangePlan1%2ejpg" style="width: 416px; height: 329px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
From the drop down menu, &lt;strong&gt;select the plan you wish to change to.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" width="416" height="390" src="http://help.webcontrolcenter.com/AvatarHandler.ashx?radfile=%252fUsers%252f125%252fWCC+walk-through%252fchangeplan-2.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Plans Affected by the Price Change&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;If you are upgrading your plan in order to avoid the pricing change on ASP.NET 1.1 and ASP.NET 2.0 plans&lt;/strong&gt;, there are a number of plans that are not affected by the pricing change&lt;strong&gt;.&lt;/strong&gt;&amp;nbsp; &lt;strong&gt;We recommend the following plans&lt;/strong&gt;&lt;strong&gt;&lt;span&gt; as they support .NET framework versions: 2.0, 3.5, 4.0, and &lt;/span&gt;&lt;span&gt;SQL 2008 or MySQL 5 databases only:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;
    ASP/ASP.NET Value - Server 2008&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;
    ASP/ASP.NET Intermediate - Server 2008&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;
    ASP/ASP.NET Advanced - Server 2008&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;
    ASP/ASP.NET Advanced - Server 2008&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Please Note:&lt;/strong&gt;&lt;span style="font-family: arial;"&gt; Framework version can be configured in the WebControlCenter under&lt;strong&gt; IIS Manager &amp;gt; App Pool Manager&lt;/strong&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Once you have made your selections &lt;strong&gt;click Next and follow the rest of the required steps.&lt;/strong&gt; You will be contacted via the email address you provide when the plan change is complete.
&lt;/span&gt;</description>
    </item>
    <item>
      <title>SmarterMail Mailbox Migration Tool</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1749/smartermail-mailbox-migration-tool.aspx</link>
      <pubDate>Mon, 11 Mar 2013 20:53:03 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1749</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;SmarterMail Mailbox Migration Tool&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;Individual users can use the mailbox migration tool within the SmarterMail interface to import existing email and collaboration data from most
third-party mail servers or between our mail servers.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;SmarterMail Navigation&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;span style="font-family: arial;"&gt;&lt;br /&gt;
The first step is to &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial;"&gt;log into SmarterMail&lt;/span&gt;&lt;span style="font-family: arial;"&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 336px; height: 218px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Login%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
Once logged into SmarterMail &lt;strong&gt;&lt;span style="font-family: arial;"&gt;click the Settings icon&lt;/span&gt;&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 140px; height: 581px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Menu%20Settings%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Navigate to My Settings&lt;/strong&gt; &lt;strong&gt;&amp;gt; Advanced Settings&lt;/strong&gt; &amp;gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Mailbox Migration&lt;/strong&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: arial;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 252px; height: 450px;" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Settings%20Mailbox%20Migration%2ejpg" /&gt;&lt;/span&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="font-family: arial;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Mailbox Migrat&lt;span style="font-size: 24px;"&gt;ion Tool&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;/span&gt;&lt;br /&gt;
The mailbox migration tool will open in a new window. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-family: arial;"&gt;Select the Account Type, or choose Other. &lt;/span&gt;&lt;/strong&gt;If you are migrating from one of our servers to another choose other.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 609px; height: 295px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%20%2d%20SmarterMail%20%2d%20Mozilla%20Firefox%5f2013%2d03%2d12%5f08%2d18%2d25%2epng" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Select the items you would like to migrate.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 313px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%202%2ejpg" /&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
In the next step you will setup a connection to download your mail.&amp;nbsp; &lt;strong&gt;We recommended selecting IMAP without SSL.&lt;/strong&gt; Always test the connection before submitting the request.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%203%2ejpg" style="width: 600px; height: 347px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
When you test the connection it will look like the following:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%204%2ejpg" style="width: 601px; height: 61px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
Ensure that everything that you would like to transfer is selected and click start.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%205%2ejpg" style="width: 606px; height: 261px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
Once the backup has been completed you will see the following:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cMailbox%20Migration%206%2ejpg" style="width: 604px; height: 257px;" /&gt;&lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>Reset the SmarterMail Server Administrator Username and Password</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1748/reset-smartermail-server-administrator-username-password.aspx</link>
      <pubDate>Fri, 08 Mar 2013 19:05:21 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1748</guid>
      <description>&lt;h1&gt;&lt;span style="font-size: 10pt;"&gt;On occasion, you may need to reset the system administrator password. This is useful in the event that the primary server administrator has lost the password.&lt;/span&gt;&lt;/h1&gt;
&lt;div class="text-body" id="kbcontent"&gt;
&lt;p&gt;Follow these steps to reset the primary administrator login and password: &lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Stop the SmarterMail service.&lt;/li&gt;
    &lt;li&gt;Navigate to the SmarterMail directory. By default, this will be C:\Program Files (x86)\SmarterTools\SmarterMail.
    &lt;/li&gt;
    &lt;li&gt;Open the&amp;nbsp;Service subdirectory.&lt;/li&gt;
    &lt;li&gt;Make a backup copy of the file MailConfig.xml.&lt;/li&gt;
    &lt;li&gt;Open the MailConfig.xml file in Notepad.&lt;/li&gt;
    &lt;li&gt;Find the section that looks like this: &lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
    &lt;div style="border: 1px solid #7f9db9; overflow-y: auto;" class="reCodeBlock"&gt;
    &lt;div style="background-color: #ffffff;"&gt;&lt;span style="margin-left: 0px !important;"&gt;&lt;code style="color: #008200;"&gt;&amp;lt;!-- ** System Admin *************************** --&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;span style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;code style="color: #008200;"&gt;&amp;lt;!-- ** To reset admin password, delete these items ** --&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;span style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/code&gt;&lt;code style="color: #008200;"&gt;&amp;lt;!-- ** and then restart the SmarterMail Service.&amp;nbsp;&amp;nbsp; ** --&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;span style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/code&gt;&lt;code style="color: #008200;"&gt;&amp;lt;!-- ***************************************** --&amp;gt;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;sysadminusername&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt; ... &amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;sysadminusername&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;code style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;lt;&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;sysadminpassword&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt; ... &amp;lt;/&lt;/code&gt;&lt;code style="color: #006699; font-weight: bold;"&gt;sysadminpassword&lt;/code&gt;&lt;code style="color: #000000;"&gt;&amp;gt;&lt;/code&gt;&lt;code&gt;&lt;span style="color: #000000;"&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;/code&gt;&lt;span style="font-family: monospace; color: #008200;"&gt;&amp;lt;!-- ***************************************** --&amp;gt;&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;/ol&gt;
&lt;ol start="7"&gt;
    &lt;li&gt;Delete those lines and save the file.&lt;/li&gt;
    &lt;li&gt;Start the SmarterMail service.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You should now be able to log in to SmarterMail using the default username and password:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Email: admin&amp;nbsp;&lt;/li&gt;
    &lt;li&gt;Password: admin&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information, refer to the &lt;a target="_blank" href="http://help.smartertools.com/SmarterMail/v9/"&gt;SmarterMail Online Help.&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Adding an Email Address in SmarterMail</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1747/adding-an-email-address-in-smartermail.aspx</link>
      <pubDate>Wed, 06 Mar 2013 21:26:21 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1747</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Adding an Email Address in SmarterMail&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
This KnowlegeBase Article will walk you through the steps to add a new user or email address in SmarterMail.&amp;nbsp; For this Knowledge Base Article we will assume that you have administrative access as that is required in order to setup new email addresses.&amp;nbsp; If you are not an administrator please contact your account administrator or use our &lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a1682/contact-us.aspx?KBSearchID=291381"&gt;Contact Us&lt;/a&gt; Knowledge Base article so we can assist you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;SmarterMail Navigation&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
In order to add a new email address you will first need to &lt;strong&gt;log into your SmarterMail account.&lt;/strong&gt;&amp;nbsp; There are several ways to do this however the easiest way is to type mail.domain.com (where domain.com is your domain name) into your web browser.&amp;nbsp; Enter the administrative email address and the password associated with it and click "Login."&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Login%2ejpg" style="width: 336px; height: 218px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
Once logged in &lt;strong&gt;navigate to Settings&lt;/strong&gt; (looks like to gears) on the grey bar to the left.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Menu%20Settings%2ejpg" style="width: 140px; height: 581px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
In the settings menu &lt;strong&gt;navigate to Domain Settings &amp;gt; Users. &lt;/strong&gt;If you do not see Domain settings please see your account administrator or feel free to &lt;span style="font-family: arial;"&gt;&lt;a target="_blank" href="https://help.webcontrolcenter.com/KB/a1682/contact-us.aspx?KBSearchID=291381"&gt;Contact Us&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Settings%20Users%2ejpg" style="width: 253px; height: 464px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
From the main screen &lt;strong&gt;click New &lt;/strong&gt;in the upper left.&lt;strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Users%20New%2ejpg" style="width: 536px; height: 190px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
Fill out the required fields as seen in the screenshot below. &lt;/strong&gt;Also an explanation of what each field means can be found in the next section.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cSmarterMail%20Add%20New%20User%2ejpg" style="width: 470px; height: 451px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Field Descriptions&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Username:&lt;/strong&gt; This will become the first half of the email address once it has been saved&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Password/Confirm Password:&lt;/strong&gt; The password should be something that the user can easily remember but not something other can guess.&amp;nbsp; The password must also contain the following minimum requirements:&lt;br /&gt;
&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;8 characters long&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;1 letter (a, B, c)&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;1 numbers (1, 2, 3)&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;1 special character (@, !, %, ^)&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Display Name: &lt;/strong&gt;This is the name the message will appear to have come from when a message is sent from the Web-mail interface.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Reply-To Email Address: &lt;/strong&gt;Most likely this will be the same email address that you are setting up, however if you want the message to go to a different email address when some clicks reply to your message, please enter it here.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Time Zone:&lt;/strong&gt; This field will ensure the time stamps for when you receive a message are in the correct time zone for your location. &lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Mailbox Size Limit:&lt;/strong&gt; While your hosting account has an allocated amount of space you can also place individual limits on mailbox sizes.&amp;nbsp; &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Please Note: we do not recommend that you enter 0 for unlimited space&lt;/strong&gt; because that would allow you to have more mail in your mailboxes than is allocated to your hosting account which could lead to additional charges for going over that allocation. Instead we recommend assigning mailbox size limits that collectively, over your entire domain, equal the total allocated space that your hosting account comes with.&amp;nbsp; In the event that a mailbox does reach it's limit an email is sent to the user and the primary administrative email address.&lt;/span&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;span style="font-family: arial;"&gt;&lt;strong&gt;Settings Check boxes:&lt;/strong&gt;&amp;nbsp; These settings are optional settings to control things like providing administrative access to the new user or limiting their ability to change their own password.&lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>Updating Domain Administrative Email Address</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1746/updating-domain-administrative-email-address.aspx</link>
      <pubDate>Mon, 04 Mar 2013 17:25:38 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1746</guid>
      <description>&lt;p style="font-family: arial; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; unicode-bidi: embed; direction: ltr;"&gt;&lt;span style="font-size: 14pt; color: #1f497d;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p _rdeditor_exists="1" style="font-family: arial;"&gt;&lt;span style="font-size: 22pt; font-family: arial; color: #1f497d;"&gt;Updating Domain Administrative Email Contact&lt;/span&gt;&lt;span style="font-size: 29px; font-family: arial;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;span style="font-family: arial;"&gt;
&lt;p style="font-size: 10pt;"&gt;&lt;/p&gt;
&lt;span style="font-size: 10pt;"&gt;Your domain Administrative Email Contact is used to send information regarding your domain name such as expiration notices and transfer requests&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;. It's important that this email address is kept up to date at all times.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;p style="font-size: 10pt;"&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;Steps to update your domain&amp;nbsp;administrative&amp;nbsp;email address&lt;/span&gt;&lt;span style="font-size: 13px;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr style="font-size: 10pt;" /&gt;
&lt;span style="font-size: 16pt; color: #1f497d;"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;span style="font-size: 16pt; color: #1f497d;"&gt;&lt;span style="font-size: 14pt;"&gt;&lt;br /&gt;
Login to the WebControlCenter&lt;/span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="font-size: 10pt; color: #000000;"&gt;Go to&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.webcontrolcenter.com/customer.aspx" target="_blank"&gt;&lt;span style="font-size: 10pt;"&gt;https://www.webcontrolcenter.com/customer.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size: 14pt; color: #000000;"&gt;&lt;span style="font-size: 10pt;"&gt;.&amp;nbsp;&lt;em&gt;&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;If you do not recall your login information,&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;a href="https://help.webcontrolcenter.com/KB/a750/webcontrolcenter-customer-idpassword-lookup-tool.aspx?KBSearchID=273895" target="_blank"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;em&gt;click here&lt;/em&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 11pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;em&gt;&amp;nbsp;for guidance on resetting your password or&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;a href="https://help.webcontrolcenter.com/KB/a1682/contact-us.aspx?KBSearchID=275117" target="_blank"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;em&gt;Contact Us&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 10pt;"&gt;&lt;em&gt;for assistance&lt;/em&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family: arial; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; unicode-bidi: embed; direction: ltr; text-align: left;"&gt;&lt;span style="font-size: 14pt; color: #000000;"&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;a name="TOP"&gt;&lt;span style="font-size: 22pt; color: #366092;"&gt;&lt;img alt="" src="https://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cUsers%5c40%5cWCC%20Domain%20Tranfer%20Images%5cWCCInstructions%5f1%2egif" style="width: 604px; height: 251px;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style="font-family: arial; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; unicode-bidi: embed; direction: ltr; text-align: left;"&gt;&lt;span style="font-size: 14pt; color: #1f497d;"&gt;Navigate to the Domain Registration Admin Page&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family: arial;"&gt;&amp;nbsp;&lt;img alt="" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cUsers%5c40%5cWCC%20Domain%20Tranfer%20Images%5cWCCInstructions%5f2%2d1%2egif" style="width: 618px; height: 333px;" /&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
Obtain your Domain&amp;rsquo;s Registry Key and Navigate to Domain Management&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;
&lt;p style="font-size: 29px;"&gt;&lt;/p&gt;
&lt;p style="font-size: 29px; font-family: arial;"&gt;&lt;img alt="" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cUsers%5c40%5cWCC%20Domain%20Tranfer%20Images%5cWCCInstructions%5f5%2egif" style="width: 600px; height: 202px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;div style="font-size: 29px; font-family: arial;"&gt;&lt;/div&gt;
&lt;div style="font-size: 29px; font-family: arial;"&gt;&lt;/div&gt;
&lt;p style="font-size: 29px; font-family: arial; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; unicode-bidi: embed; direction: ltr;"&gt;&lt;span style="font-size: 14pt; color: #1f497d;"&gt;Login to Manage your Domain&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size: 29px; font-family: arial;"&gt;&lt;img alt="" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cUsers%5c40%5cWCC%20Domain%20Tranfer%20Images%5cWCCInstructions%5f6%2egif" style="width: 600px; height: 350px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;div style="font-size: 29px; font-family: arial;"&gt;&lt;/div&gt;
&lt;div style="font-size: 29px; font-family: arial;"&gt;&lt;/div&gt;
&lt;div style="font-size: 29px; font-family: arial;"&gt;&lt;/div&gt;
&lt;p style="font-size: 29px; font-family: arial; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; unicode-bidi: embed; direction: ltr;"&gt;&lt;span style="font-size: 18pt; color: #1f497d;"&gt;&lt;br /&gt;
&lt;span style="font-size: 14pt;"&gt;Ve&lt;span style="font-size: 14pt;"&gt;rify&amp;nbsp;Your Domain&amp;nbsp;Admin Email Contact is One that You&amp;nbsp;&lt;br /&gt;
Can Access&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-size: 29px; font-family: arial;"&gt;&lt;img alt="" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cUsers%5c40%5cWCC%20Domain%20Tranfer%20Images%5cWCCInstructions%5f7%2egif" style="width: 600px; height: 525px;" /&gt;&lt;/p&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>Using the Web App Gallery</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1745/using-the-web-app-gallery.aspx</link>
      <pubDate>Thu, 28 Feb 2013 03:31:07 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1745</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Using the Web App Gallery&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
The WebControlCenter has a built in feature that allows you to automatically install applications like WordPress, Joomla, Drupal, DotNetNuke (DNN), and others.&amp;nbsp; This is all accessible through the Web App Gallery.&amp;nbsp; The Web App Gallery is only available on certain plans.&amp;nbsp; See&amp;nbsp;&lt;a href="http://help.webcontrolcenter.com/KB/a1486/which-plans-include-the-web-app-gallery-installer.aspx?KBSearchID=0" target="_blank"&gt;KB 1486&lt;/a&gt; to see which plans support the Web App Gallery.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Web App Gallery&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
To access the Web App Gallery you will first need to log into the &lt;a href="http://www.webcontrolcenter.com/customer.aspx" target="_blank"&gt;WebControlCenter&lt;/a&gt;.&amp;nbsp; Once logged in navigate to &lt;strong&gt;Resources &amp;gt; Web Application &amp;gt; Gallery.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20%2d%20Menu%20%2d%20Web%20App%20Gallery%2ejpg" style="width: 255px; height: 317px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/strong&gt;From the Web App Gallery section you will see the following tabs:&lt;strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20%2d%20Web%20App%20Gallery%20Tabs%2ejpg" style="width: 422px; height: 49px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
Below is a description of each tab:&lt;br /&gt;
&lt;br /&gt;
Blogs: &lt;/strong&gt;Blogging software allows an individual or group of users to record opinions, information, etc. on a regular basis.&lt;br /&gt;
&lt;strong&gt;CMS&lt;/strong&gt;: Also known as a Content Management System. Allows for the creation of a website through a server application.&lt;br /&gt;
&lt;strong&gt;Galleries: &lt;/strong&gt;Allows for the creation of an online photo portfolio.&lt;br /&gt;
&lt;strong&gt;Tools:&lt;/strong&gt; Includes several useful programs to help facilitate the management of a website.&lt;br /&gt;
&lt;strong&gt;Wiki: &lt;/strong&gt;Used to create an information site used for social publishing by both employees and visitors alike.&lt;br /&gt;
&lt;strong&gt;Forums:&lt;/strong&gt; Setup a bulletin board to allow customers to post questions or keep in touch with family and friends.&lt;br /&gt;
&lt;br /&gt;
All of the programs will walk you through the installation and setup. Keep in mind that if a database is needed the wizard may direct you away from the Web App Gallery to setup the database.&amp;nbsp; As soon as the database is setup you will need to navigate back the Web App Gallery to setup your desired program.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Please Note:&lt;/strong&gt; If there is already a database on your account there may be additional charges for setting up a second one.&amp;nbsp; For more information please contact us using the information in &lt;a href="http://help.webcontrolcenter.com/KB/a1682/contact-us.aspx?KBSearchID=0" target="_blank"&gt;KB 1682&lt;/a&gt;.&lt;br /&gt;
&lt;/span&gt;</description>
    </item>
    <item>
      <title>Update Database Connection Strings</title>
      <link>https://smartertrack.webcontrolcenter.com/KB/a1744/update-database-connection-strings.aspx</link>
      <pubDate>Tue, 26 Feb 2013 03:56:31 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1744</guid>
      <description>&lt;span style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-size: 32px; color: #1f497d;"&gt;Update Dat&lt;span style="font-size: 32px;"&gt;abase Connection Strings&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;hr /&gt;
&lt;br /&gt;
There are many different ways to update a database connection.&amp;nbsp; The method used to connect to your database will vary based on the type of programming language, type of database and security settings. All connection strings will have certain variables that will need to be updated whenever you change your database server, username or password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Variables&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
Each database connection string will have the same following variables that will need to be adjusted in the event of a change:&lt;br /&gt;
&lt;br /&gt;
Whatever method you are using to connect to your database the
connection string will still have the same following&amp;nbsp;&lt;span style="font-family: arial;"&gt;variables: &lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;Database Server Name&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;Database Name&lt;br /&gt;
    &lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;Username&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-family: arial;"&gt;Password&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-family: arial;"&gt;While your connection string may not look exactly like this, a typical connection string will look similar to one of the following:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;MySQL:&lt;br /&gt;
&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;span class="main"&gt;"Provider=MySQLProv;Data Source=Your_MySQL_Database;User Id=Your_Username; Password=Your_Password;"&lt;/span&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;MSSQL:&lt;br /&gt;
&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;span class="main"&gt;"Data Source=Your_Server_Name;Initial Catalog= Your_Database_Name;UserId=Your_Username;Password=Your_Password;"&lt;br /&gt;
&lt;span class="main"&gt;&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;OR&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
"Server=Your_Server_Name;Database=Your_Database_Name;UserID=Your_Username;Password=Your_Password;Trusted_Connection=False"
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: 24px; color: #1f497d;"&gt;Connection String VS. Datasource&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
A datasource is a database connection that is defined inside the WebControlCenter or Plesk rather than lines of programming code inside something like your web.config file or in lines of your code.&amp;nbsp; Once a datasource is defined instead of having the connection coded directly, you will refer to the datasource instead.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Use the appropriate instructions below to setup a datasource:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;a href="#WCCDatasourceSetup"&gt;WebControlCenter Datasource Setup&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="#PleskDatasourceSetup"&gt;Plesk Datasource Setup&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: arial; font-size: 24px; color: #1f497d;"&gt;&lt;a name="WCCDatasourceSetup"&gt;&lt;/a&gt;WebControlCenter Datasource Setup&lt;br /&gt;
&lt;/span&gt;&lt;hr /&gt;
&lt;br /&gt;
First you will need to &lt;strong&gt;log into the WebControlCenter&lt;/strong&gt; by going to the &lt;a href="http://www.webcontrolcenter.com/customer.aspx" target="_blank"&gt;WebControlCenter Login Page&lt;/a&gt;.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Next &lt;strong&gt;navigate to Database &amp;gt; Datasource Admin.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 242px; height: 300px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20%2d%20Datasource%20Admin%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Select the type of database you use on your site from the drop down menu.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 563px; height: 144px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%201%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Enter the name you would like to use for your datasource.&lt;/strong&gt;&lt;br /&gt;
&lt;img alt="" src="http://smartertrack.webcontrolcenter.com/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%202%2ejpg" style="width: 561px; height: 149px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;Select the database you would like your datasource to connect to.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%203%2ejpg" style="width: 600px; height: 176px;" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;Select the username that you would like to use to connect to your database.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%204%2ejpg" style="width: 564px; height: 164px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Click Save&lt;/strong&gt;&lt;br /&gt;
&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%205%2ejpg" style="width: 489px; height: 191px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Once the datasource has been created you will need to click test it to get the datasource that you will need to add to your code.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;img alt="" style="width: 465px; height: 77px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%207%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Once the datasource has been saved the WebControlCenter will pull your password on file and setup your connection string for you like the example below:&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;img alt="" src="/AvatarHandler.ashx?radfile=%5cCommon%5cWCC%20Datasource%20Admin%206%2ejpg" style="width: 534px; height: 170px;" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Please Note:&lt;/strong&gt; In certain circumstances, like with ColdFusion, you will not need to specify the password as that information will be stored on the server itself.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 24px; color: #1f497d;"&gt;&lt;span style="font-size: 24px;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name="PleskDatasourceSetup"&gt;&lt;/a&gt;Plesk &lt;/span&gt;Datasourc&lt;span style="font-size: 24px;"&gt;e Setup&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;br /&gt;
First you will need to log into Plesk by going to domain.com/plesk (where domain.com is your domain) or going to the &lt;a href="https://cloudplesk2.webcontrolcenter.com:8443" target="_blank"&gt;Plesk Login Page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Once logged in navigate to the Websites &amp;amp; Domains tab.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 107px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20Menu%20Websites%20and%20Domains%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Next open Advanced Operations&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 376px; height: 606px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20Show%20Advanced%20Options%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Find ODBC Data Sources in the Lower Left Corner of Advanced Operations.&lt;/strong&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt; &lt;img alt="" style="width: 600px; height: 195px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20ODBC%20Data%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Click Add New ODBC DSN.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;img alt="" style="width: 316px; height: 240px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20ODBC%20New%2ejpg" /&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Enter a name and description (optional) for your datasource.&amp;nbsp; Then select the type of database that you will be connecting to from the drop down menu.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;img alt="" style="width: 459px; height: 265px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20ODBC%201%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Click OK.&lt;/strong&gt;&lt;br /&gt;
&lt;img alt="" style="width: 459px; height: 265px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20ODBC%201%2ejpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 444px; height: 255px;" src="/AvatarHandler.ashx?radfile=%5cCommon%5cPlesk%20ODBC%202%2ejpg" /&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>