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

Notification

Icon
Error

[email protected]
#1 Posted : Thursday, April 9, 2009 2:48:55 PM(UTC)
aeromad@hotmail.com

Rank: Member

Joined: 4/9/2009(UTC)
Posts: 4

[color=#365f91>[1]
[/color]</H1>

<H2 style="MARGIN: 0cm 0cm 0pt">[color=#666666>Runtime Error</I> [/color][/1]</H2>

<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial">Descript<b>ion: </B><SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'">An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial">Details:<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'"> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a "web.config" configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its "mode" attribute set to "Off".<o:p></o:p>

[table class=MsoNormalTable style="BACKGROUND: #ffffcc; WIDTH: 100%; mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184" cellPadding=0 width="100%" border=0]
[tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"][td style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"]<SPAN style="FONT-SIZE: 9pt; COLOR: black"><o:p> </o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;!-- Web.Config Configuration File --&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><o:p> </o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;configuration&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;system.web&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;customErrors mode="Off"/&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;/system.web&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;/configuration&gt;<o:p></o:p></PRE>[/td][/tr][/table]
<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'">
<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Verdana','sans-serif'; mso-bidi-font-family: Arial">Notes:<SPAN style="FONT-SIZE: 8.5pt; COLOR: black; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'"> The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.<o:p></o:p>

[table class=MsoNormalTable style="BACKGROUND: #ffffcc; WIDTH: 100%; mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184" cellPadding=0 width="100%" border=0]
[tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"][td style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"]<SPAN style="FONT-SIZE: 9pt; COLOR: black"><o:p> </o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;!-- Web.Config Configuration File --&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><o:p> </o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;configuration&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;system.web&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black"><SPAN style="mso-spacerun: yes"> &lt;/system.web&gt;<o:p></o:p></PRE>
<SPAN style="FONT-SIZE: 9pt; COLOR: black">&lt;/configuration&gt;<o:p></o:p></PRE>[/td][/tr][/table]

I admit to being a novice and a step by step guide for idiots would be useful. So anyone who can help me get the demo going would be a saint. Can I do it locally some how without the remote server?
Marcus
#2 Posted : Thursday, April 9, 2009 3:41:02 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

JP,

To see what's causing this error you need to edit the web.config file on the server. Look for the <CustomErrors> tag and set the mode="Off" then refresh the page. This will show the true error and help us figure out why it's not working.
[email protected]
#3 Posted : Friday, April 10, 2009 4:47:01 AM(UTC)
aeromad@hotmail.com

Rank: Member

Joined: 4/9/2009(UTC)
Posts: 4

Hi Marcus


Yeah I already did that and it didn't make a difference I get the same page that just asks me to put it in the web.config. To be honest I think there could be a million things and I should just begin the whole process again, but the thing is i've already done that twice! I dont think the word document that comes with the demo is really designed for a novice, I definitely think the problem is connecting it with the server I have built on my hosting package but after 3 days of trying to just install the demo i'm starting to lose it!



I think a more detailed explanation for about installing the demo for novices would be very useful. I had a shop in PHP that was very easy and straightforward but I cant install this at all.
Marcus
#4 Posted : Friday, April 10, 2009 6:53:00 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

JP,

We offer BV Commerce Hosted at http://www.bvcommerce.com which is designed for people who don't want to deal with the technical side of things. It takes less than 5 minutes to signup for a hosted store.
[email protected]
#5 Posted : Friday, April 10, 2009 10:52:32 AM(UTC)
aeromad@hotmail.com

Rank: Member

Joined: 4/9/2009(UTC)
Posts: 4

Thank you Marcus but I would just like to try the software for free as i will probably be then purchasing it to build a shop for a family member so i've contacted my hosting company to see if they can help.

One question, if everything went well with demo installation, what should I see when I open my website in the browser, obviously being an html man i'm used to having an index.html file in there to bounce up first. So how does BV commerce initially show itself if i've uploaded the store via ftp. Forgive my ignorance.
Marcus
#6 Posted : Friday, April 10, 2009 5:29:30 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

You should see a message and a button asking you to upgrade/install your database. If you don't see that it is most likely a configuration problem with how you've got your ASP.NET web site configured on the server.
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