Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
We're moving our store to a new hositng provider and are getting an error that I can't figure out. Could anyone here shed some light on it? http://hornsillustrated.com/store/
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Try removing this line from your Web.config file. Code:<authentication mode="Windows" /> It sounds like your hosting company does not allow you to modify this setting. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
That's just one error.
My guess is that you have not made /store/ a virtual directory. So .NET is looking for assemblies (DLL's) in the /bin directory. To fix this ask your server admin to make /store/ a virtual directory with ASP.NET 2.0. |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Now it looks like you're missing a DLL in the /bin folder. Make sure you have MetaBuilders.WebControls.RemoteWindow.dll in the /bin folder. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
Just checked. It's out there.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Aaron - I don't think it should be looking in the /bin folder. Given the site URL, shouldn't it be looking in the /store/bin folder? |
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Oh yeah, good call! Duh. Check the /store/bin folder (as Andy said) for that DLL. Also, make sure that the /store folder is setup as an application in IIS. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
Ok - it's definitely in the store/bin folder. How do I setup as an app in IIS when I don't host the actual site. That's done through appliedi. Do I need to check with them?
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Some hosts give you a control panel that includes the ability to create a virtual directory. But if yours does not, or you are not sure, then check with Applied Innovations. Tell them you have installed BVC5 in a subdirectory called store. They will know what to do. |
|
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
Thanks so much for the help. The virtual directory worked. I'm getting an error when clicking on the login / sign up link on the site now though. Any ideas? http://hornsillustrated.com/store/Login.aspx - the rest of the site seems fine.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
That sounds like you need to check your SiteStanardUrl and SiteSecureUrl settings in your Web.config file. If you're using SSL for the SiteSecuredUrl, make sure that it is properly setup on your hosting account. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
Aaron, Thanks for your assistance on this. It's greatly appreciated. I'm still getting errors whenever it tries to access the shared ssl URL. In the web.config I have the following. Code: <add key="StandardURL" value="http://www.hornsillustrated.com/store/" /> <add key="SecureURL" value="https://securesite16.appliedi.net/hornsillustrated-com/store/" /> This store is located in the "store" folder off of the main directory. Sometimes it gives me the following error. http://hornsillustrated.com/store/Login.aspxAny suggestions? I feel like we're so close on this.
|
|
|
|
Rank: Member
Joined: 10/29/2008(UTC) Posts: 15
|
Appears to be working correctly now...
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
I still get the error if I click the Login link in the upper-left corner. It seems like the site isn't redirecting to the SecureURL path for some reason. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
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.