﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
  <channel>
    <title>Newest KB Articles in DiscountASP/Everleap</title>
    <description>Recent additions to the knowledge base from DiscountASP.NET</description>
    <link>https://kb.discountasp.net/kb/c214/discountasp-everleap.aspx</link>
    <pubDate>Tue, 09 Jun 2026 14:12:39 GMT</pubDate>
    <generator>SmarterTrack Enterprise 100.0.9553</generator>
    <atom:link href="https://kb.discountasp.net/RSS.ashx?catid=214&amp;type=newestkbarticles" rel="self" type="application/rss+xml" />
    <item>
      <title>Known issues related to new EU Data Center Migration</title>
      <link>https://kb.discountasp.net/kb/a1771/known-issues-related-to-new-eu-data-center-migration.aspx</link>
      <pubDate>Fri, 19 Dec 2025 18:22:28 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1771</guid>
      <description>&lt;div id="isPasted"&gt;&lt;strong&gt;Known Issues After Migration to the New EU Data Center&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;SMTP connections to external mail servers&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If your application sends email through an external SMTP server (that is, not using localhost) over port 25, you may encounter connection errors after migration.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This occurs because our new data center provider blocks outbound port 25 traffic to help prevent spam abuse.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Resolution:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Update your application to use the SMTP Submission port instead.&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;div&gt;Recommended port: 587&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;strong&gt;MIME type configuration errors&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If your application defines MIME types in web.config without first removing existing entries, you may receive configuration errors.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This happens because the new servers may already have the MIME type defined at the system level.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Resolution:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Modify your web.config to remove the MIME type before adding it.&lt;/div&gt;&lt;div&gt;Example: &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;pre class="prettyprint"&gt;&amp;lt;remove fileExtension=".woff2" /&amp;gt; 
&amp;lt;mimeMap fileExtension=".woff2" mimeType="font/x-woff" /&amp;gt;&lt;/pre&gt;&lt;div&gt;&lt;code&gt;&lt;br&gt;&lt;/code&gt;&lt;/div&gt;&lt;p data-start="1040" data-end="1074" id="isPasted"&gt;&lt;strong&gt;MySQL ODBC driver compatibility&lt;/strong&gt;&lt;/p&gt;&lt;p data-start="1076" data-end="1211"&gt;If your ASP or ASP.NET application connects to a MySQL database using the MySQL ODBC driver, you may experience errors after migration.&lt;/p&gt;&lt;p data-start="1213" data-end="1421"&gt;The new servers use the MySQL ODBC 5.3 driver, while the previous servers may have used version 5.1 or 5.2. MySQL ODBC drivers do not support side-by-side installation, which can cause driver mismatch issues.&lt;/p&gt;&lt;p data-start="1423" data-end="1518"&gt;Resolution:&lt;br data-start="1434" data-end="1437"&gt;Update your database connection string to reference one of the following drivers:&lt;/p&gt;&lt;ul data-start="1520" data-end="1586"&gt;&lt;li data-start="1520" data-end="1555"&gt;&lt;p data-start="1522" data-end="1555"&gt;{MySQL ODBC 5.3 Unicode Driver}&lt;/p&gt;&lt;/li&gt;&lt;li data-start="1556" data-end="1586"&gt;&lt;p data-start="1558" data-end="1586"&gt;{MySQL ODBC 5.3 ANSI Driver}&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre id="isPasted"&gt;
&lt;/pre&gt;</description>
    </item>
    <item>
      <title>How to force Web Deploy and IIS Manager to use TLS 1.2</title>
      <link>https://kb.discountasp.net/kb/a1651/how-to-force-web-deploy-and-iis-manager-to-use-tls-1_2.aspx</link>
      <pubDate>Thu, 21 Nov 2019 03:13:43 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1651</guid>
      <description>&lt;div&gt;The below instructions are gathered from the &lt;a href="https://support.microsoft.com/en-us/help/3206898/enabling-iis-manager-and-web-deploy-after-disabling-ssl3-and-tls-1-0" rel="noopener noreferrer" target="_blank"&gt;Microsoft support portal&lt;/a&gt;. Please note the following will make edits to your registry on your computer. You are doing the following at your own risk.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;In order to force TLS 1.2 within Web Deploy and IIS Manager. The following will need to be done per your operating system version. If you are unsure on how to check what OS you're using. Press and Hold the Windows Key + R (This will open the Run prompt) type in &lt;strong&gt;winver&amp;nbsp;&lt;/strong&gt;and press Enter.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Next, Depending on what OS your computer is running on. You will need to create one of the following &amp;nbsp;.reg file and save it on your computer.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For &lt;strong&gt;Windows 2016&lt;/strong&gt;, &lt;strong&gt;Windows 10&lt;/strong&gt;:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;pre class="prettyprint"&gt;Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001&lt;/pre&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Open Notepad on your computer and copy and paste the above text and save it as a .reg file.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Next, Type into your search field next to the Start Windows icon and type in &lt;strong&gt;regedit&lt;/strong&gt; hit enter.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Click on File &amp;gt; Import&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Look for the .reg file you created and click on Open.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Restart your computer.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For &lt;strong&gt;Windows 2012 R2&amp;nbsp;&lt;/strong&gt;/&lt;strong&gt;&amp;nbsp;2012&lt;/strong&gt;, &lt;strong&gt;Windows 8.1&lt;/strong&gt; /&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;Windows 8&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;em&gt;The installed NetFX version must be 4.5.2 or later, as this is the minimum supported NetFX version for 4.x on this OS platform.&amp;nbsp;&lt;/em&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;pre class="prettyprint"&gt;Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001&lt;/pre&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Open Notepad on your computer and copy and paste the above text and save it as a .reg file.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Next, Type into your search field next to the Start Windows icon and type in &lt;strong&gt;regedit&lt;/strong&gt; hit enter.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Click on &lt;strong&gt;File&lt;/strong&gt; &amp;gt; &lt;strong&gt;Import&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Look for the .reg file you created and click on Open.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Restart your computer.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For Windows 2008 R2 / Windows 7 please refer to the &lt;a href="https://support.microsoft.com/en-us/help/3206898/enabling-iis-manager-and-web-deploy-after-disabling-ssl3-and-tls-1-0" rel="noopener noreferrer" target="_blank"&gt;Microsoft support&lt;/a&gt; page.&amp;nbsp;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>