Hi Satya, thanks for your help, can you please take a look?
I am looking at new hosting.  Do you have a suggestion on who to use, I was going to ask here. I have about<b> 1000 plus products and need something reliable yet budget conscious.  Thanks!</b>
   This is what I am getting: 
The site is returning a "bad request invalid hostname" error.
This is the web.config file 
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="exceptionManagement" type=" Microsoft.ApplicationBlocks.ExceptionManagement&#xD;&#xA;             ExceptionManagerSectionHandler,&#xD;&#xA;             Microsoft.ApplicationBlocks.ExceptionManagement" />
  </configSections>
  <exceptionManagement mode="on">
    <publisher mode="on" assembly="BVSoftware.BVC.Core" type="BVSoftware.BVC.Core.Exceptions.BVCommerceEventLogPublisher" />
    <publisher mode="off" assembly="Microsoft.ApplicationBlocks.ExceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher" logname="BVSoftwareEventLog" applicationname="BVCommerce" />
  </exceptionManagement>
  <system.web>
    <pages validateRequest="true" />
    <machineKey validationKey="1158422E30E60850AA2EE4E8D0C6C0CB38A205EC33E97EFF9A6FC8D5B97A02B7D4D86F2343330B66F49E0151BA6CD141A04D215FBC3BE03C24ED98895F35FE42"
    decryptionKey="BE42475066A7771B84815A8A812C6F78B1A88C5BF72DB4F3" validation="SHA1" />
    <compilation defaultLanguage="vb" debug="false" />
    <!--  CUSTOM ERROR MESSAGES
          Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable. 
          Add <error> tags for each of the errors you want to handle.
    -->
    <customErrors mode="Off" />
    <authentication mode="Windows" />
    <authorization>
      <allow users="*" />
      <!-- Allow all users -->
    </authorization>
    <!--  APPLICATION-LEVEL TRACE LOGGING
          Application-level tracing enables trace log output for every page within an application. 
          Set trace enabled="true" to enable application trace logging.  If pageOutput="true", the
          trace information will be displayed at the bottom of each page.  Otherwise, you can view the 
          application trace log by browsing the "trace.axd" page from your web application
          root. 
    -->
    <trace enabled="false" requestLimit="21" pageOutput="false" traceMode="SortByTime" localOnly="false" />
    <!--  SESSION STATE SETTINGS
          By default 
[color=#0000ff>ASP.NET</FONT>]</B>
cookies to identify which requests belong to a particular session. 
          If 
cookies are not available, a session can be tracked by adding a session identifier to the URL. 
          To disable 
cookies, set sessionState 
cookieless="true".
    -->
    <sessionState mode="InProc" stateConnectionString="tcpip=
127.0.0.1:42424[/color]" sqlConnectionString="data source=127.0.0.1;user id=sa;password=" 
cookieless="false" timeout="20" />
    <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />
  </system.web>
  <
location path="BVConfigure/ConfigureDefault.aspx">
    <system.web>
      <authorization>
        <allow users="ASPNET,Administrator" roles="BUILTIN\Administrators" />
        <deny users="*" />
      </authorization>
    </system.web>
  </
location>
  <appSettings>
    <!-- CONNECTION STRING
         Example: server=MYSQLSERVER;database=MYDBNAME;uid=MYUSERNAME;pwd=MYPASSWORD;
    -->
    <add key="ConnectionString" value="server=75.125.101.82;database=BarkTown;uid=BarkTown;pwd=password;" />
    <add key="StandardURL" value="
[color=#0000ff>http://www.londoncaninecouture.com/"]    <add key="SecureURL" value="
<FONT color=#0000ff>https://www.londoncaninecouture.com/[/color]" />
    <add key="HostID" value="47876" />
    <add key="Xheo.Licensing.LicenseFolder" value="Images" />
    <add key="BCentralList" value="0" />
    <add key="BCentralUserID" value="0" />
    <add key="BVList" value="0" />
    <add key="BCentralListName" value="Please send me newsletters" />
    <add key="SiteID" value="BVDemo" />
    <add key="cache-directory-uri" value="images/cache" />
  </appSettings>
</configuration><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>