• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Vannatach
#1 Posted : Wednesday, June 17, 2009 5:56:49 PM(UTC)
Vannatach

Rank: Member

Joined: 6/16/2009(UTC)
Posts: 6

I had my old website hosted, but now have transferred to a newer server…so I just copied the files from the old server to the new server, thru ftp, and changed the sequel server location in my web.config file. The data base has been imported, verified, and is working fine. I don’t know why the site is not opening up.

What needs to be done to insure a smooth installation for bv commerce 2004?

Are there any changes that need to be done other than the changes to the web.config file?

Does anyone have a BV 2004 installer (which I am pretty sure the first developer used to install this site)

The data base …is it mysql or sql?

While migrating from an older server to a newer server are there any sever levels, coding, or adjustments that need to be done?

Anyone....anyone...pls help! Thanks!

Vannatach
bvcoder
#2 Posted : Friday, June 26, 2009 3:50:01 AM(UTC)
bvcoder

Rank: Member

Joined: 8/1/2007(UTC)
Posts: 310

Hey,

What you did sounds right. What is the error you are getting when you try to access the site on the new server?

By the way, BVC 2004 uses MS SQL Server and not MySQL.
Thanks,
Satya
support @ bayquel.net
Work: +1 803 883 3226
Vannatach
#3 Posted : Tuesday, June 30, 2009 9:47:11 PM(UTC)
Vannatach

Rank: Member

Joined: 6/16/2009(UTC)
Posts: 6

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



&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;configuration&gt;
&lt;configSections&gt;
&lt;section name="exceptionManagement" type=" Microsoft.ApplicationBlocks.ExceptionManagement&amp;#xD;&amp;#xA; ExceptionManagerSectionHandler,&amp;#xD;&amp;#xA; Microsoft.ApplicationBlocks.ExceptionManagement" /&gt;
&lt;/configSections&gt;
&lt;exceptionManagement mode="on"&gt;
&lt;publisher mode="on" assembly="BVSoftware.BVC.Core" type="BVSoftware.BVC.Core.Exceptions.BVCommerceEventLogPublisher" /&gt;
&lt;publisher mode="off" assembly="Microsoft.ApplicationBlocks.ExceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher" logname="BVSoftwareEventLog" applicationname="BVCommerce" /&gt;
&lt;/exceptionManagement&gt;
&lt;system.web&gt;
&lt;pages validateRequest="true" /&gt;
&lt;machineKey validationKey="1158422E30E60850AA2EE4E8D0C6C0CB38A205EC33E97EFF9A6FC8D5B97A02B7D4D86F2343330B66F49E0151BA6CD141A04D215FBC3BE03C24ED98895F35FE42"
decryptionKey="BE42475066A7771B84815A8A812C6F78B1A88C5BF72DB4F3" validation="SHA1" /&gt;
&lt;compilation defaultLanguage="vb" debug="false" /&gt;
&lt;!-- CUSTOM ERROR MESSAGES
Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable.
Add &lt;error&gt; tags for each of the errors you want to handle.
--&gt;
&lt;customErrors mode="Off" /&gt;
&lt;authentication mode="Windows" /&gt;
&lt;authorization&gt;
&lt;allow users="*" /&gt;
&lt;!-- Allow all users --&gt;
&lt;/authorization&gt;
&lt;!-- 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.
--&gt;
&lt;trace enabled="false" requestLimit="21" pageOutput="false" traceMode="SortByTime" localOnly="false" /&gt;
&lt;!-- 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".
--&gt;
&lt;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" /&gt;
&lt;globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" /&gt;
&lt;/system.web&gt;
&lt;location path="BVConfigure/ConfigureDefault.aspx"&gt;
&lt;system.web&gt;
&lt;authorization&gt;
&lt;allow users="ASPNET,Administrator" roles="BUILTIN\Administrators" /&gt;
&lt;deny users="*" /&gt;
&lt;/authorization&gt;
&lt;/system.web&gt;
&lt;/location&gt;
&lt;appSettings&gt;
&lt;!-- CONNECTION STRING
Example: server=MYSQLSERVER;database=MYDBNAME;uid=MYUSERNAME;pwd=MYPASSWORD;
--&gt;
&lt;add key="ConnectionString" value="server=75.125.101.82;database=BarkTown;uid=BarkTown;pwd=password;" /&gt;
&lt;add key="StandardURL" value="[color=#0000ff>http://www.londoncaninecouture.com/"] &lt;add key="SecureURL" value="<FONT color=#0000ff>https://www.londoncaninecouture.com/[/color]" /&gt;
&lt;add key="HostID" value="47876" /&gt;
&lt;add key="Xheo.Licensing.LicenseFolder" value="Images" /&gt;
&lt;add key="BCentralList" value="0" /&gt;
&lt;add key="BCentralUserID" value="0" /&gt;
&lt;add key="BVList" value="0" /&gt;
&lt;add key="BCentralListName" value="Please send me newsletters" /&gt;
&lt;add key="SiteID" value="BVDemo" /&gt;
&lt;add key="cache-directory-uri" value="images/cache" /&gt;
&lt;/appSettings&gt;
&lt;/configuration&gt;<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
Matt@9BallDesign
#4 Posted : Tuesday, June 30, 2009 10:05:31 PM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
Aaron
#5 Posted : Tuesday, June 30, 2009 10:17:02 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: "Matt@9BallDesign" Go to Quoted Post


Ditto
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
Vannatach
#6 Posted : Wednesday, July 1, 2009 5:52:48 PM(UTC)
Vannatach

Rank: Member

Joined: 6/16/2009(UTC)
Posts: 6

Thanks Guys.

And Aaron, thanks for taking the time out to email me. I am sending you something per your website address. I really appreciate it, just haven't had a chance to
reply yet.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012