473,421 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,421 software developers and data experts.

undefined runtime error

hi all,

one of my asp.net appl was once runs smoothly. then the hosting i use move
the server to somewhere else. after the move, the same appl returns runtime
error.
but without any clue what exception is thrown.
the funny thing is that the error page displayed as if i don't have any
web.config file on my appl folder. to my curious, i uploaded the same appl
to another domain (within the same server), but it returns the same error
page.

pls, kindly check it out at: http://garagsale.infoteknika.com

anyone know how to resolve it?

i appreciate any advice

thks in advance, and merry christmas to all of you...
andy
Nov 19 '05 #1
7 1228
The error page suggests that you turn the custom error mode off, and
then shows an example web.config file with the syntax to do so. This
would be a good first step.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 23 Dec 2004 22:34:03 +0700, "Andy Lim" <ad***@infoteknika.com>
wrote:
hi all,

one of my asp.net appl was once runs smoothly. then the hosting i use move
the server to somewhere else. after the move, the same appl returns runtime
error.
but without any clue what exception is thrown.
the funny thing is that the error page displayed as if i don't have any
web.config file on my appl folder. to my curious, i uploaded the same appl
to another domain (within the same server), but it returns the same error
page.

pls, kindly check it out at: http://garagsale.infoteknika.com

anyone know how to resolve it?

i appreciate any advice

thks in advance, and merry christmas to all of you...
andy


Nov 19 '05 #2
thks for your prompt reply, allen,

but that's not the issue. my real question is i just can't figure out how
come the exact project that runs smoothly before on my hosting's old server,
now turns out error on the new server?

anyway, thks for the reply
andy
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:p8********************************@4ax.com...
The error page suggests that you turn the custom error mode off, and
then shows an example web.config file with the syntax to do so. This
would be a good first step.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 23 Dec 2004 22:34:03 +0700, "Andy Lim" <ad***@infoteknika.com>
wrote:
hi all,

one of my asp.net appl was once runs smoothly. then the hosting i use movethe server to somewhere else. after the move, the same appl returns runtimeerror.
but without any clue what exception is thrown.
the funny thing is that the error page displayed as if i don't have any
web.config file on my appl folder. to my curious, i uploaded the same applto another domain (within the same server), but it returns the same error
page.

pls, kindly check it out at: http://garagsale.infoteknika.com

anyone know how to resolve it?

i appreciate any advice

thks in advance, and merry christmas to all of you...
andy

Nov 19 '05 #3
Without a specific error message, it is just a guess. There are too
many possibilities. It's much easier to get a message like "cannot
connect to database" and work from there.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 23 Dec 2004 23:49:16 +0700, "Andy Lim" <ad***@infoteknika.com>
wrote:
thks for your prompt reply, allen,

but that's not the issue. my real question is i just can't figure out how
come the exact project that runs smoothly before on my hosting's old server,
now turns out error on the new server?

anyway, thks for the reply
andy
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:p8********************************@4ax.com.. .
The error page suggests that you turn the custom error mode off, and
then shows an example web.config file with the syntax to do so. This
would be a good first step.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 23 Dec 2004 22:34:03 +0700, "Andy Lim" <ad***@infoteknika.com>
wrote:
>hi all,
>
>one of my asp.net appl was once runs smoothly. then the hosting i usemove >the server to somewhere else. after the move, the same appl returnsruntime >error.
>but without any clue what exception is thrown.
>the funny thing is that the error page displayed as if i don't have any
>web.config file on my appl folder. to my curious, i uploaded the sameappl >to another domain (within the same server), but it returns the same error
>page.
>
>pls, kindly check it out at: http://garagsale.infoteknika.com
>
>anyone know how to resolve it?
>
>i appreciate any advice
>
>thks in advance, and merry christmas to all of you...
>andy
>


Nov 19 '05 #4
thanks, scott

it's been solved.

have a merry christmas,
andy
Nov 19 '05 #5
Cool!
Have a great New Years!

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 24 Dec 2004 01:14:20 +0700, "Andy Lim" <ad***@infoteknika.com>
wrote:
thanks, scott

it's been solved.

have a merry christmas,
andy


Nov 19 '05 #6
Andy checked out the page..but its not WORKING at all..
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #7
which page do you mean, patrick?
the appl in question is in http://garagesale.infoteknika.com
(of course you'll see it working now, if the server is not down :)

actually, i'm facing my hosting uptime prob (can i share it here, or just
open up a new thread?).

i'm monitoring my sites uptime with internetseer (http://internetseer.com),
and got something around 96-98% top uptime a week!
now, i'm planning to host a new commercial b2b ecommerce appl. and am sure
can't live with such uptime.
any recommendation for great hosting (i'll prefer which have reseller
plans)?

thks and brgds,
andy

"Patrick Olurotimi Ige" <ig*@iprimus.com.au> wrote in message
news:Oz**************@TK2MSFTNGP15.phx.gbl...
Andy checked out the page..but its not WORKING at all..
Patrick

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Reza Roby | last post by:
The following code reports a runtime error "v has no properties." function ff() { var v; v.x=5; //error alert(v.x); } But this one alerts "undefined":
0
by: Dave | last post by:
Hi everyone, (I already posted this to the VS.NET IDE news group without any responses, so I'm attempting one more time in this group) The issue I'm having is occuring in the IDE of VS.NET...
6
by: Dan Roberts | last post by:
I am running some off-the-shelf software that is written in ASP, which uses JScript to generate dynamic content within HTML forms. There are several ASP pages which are partially rendering to IE,...
12
by: RoSsIaCrIiLoIA | last post by:
On Mon, 07 Feb 2005 21:28:30 GMT, Keith Thompson <kst-u@mib.org> wrote: >"Romeo Colacitti" <wwromeo@gmail.com> writes: >> Chris Torek wrote: >>> In article <4205BD5C.6DC8@mindspring.com> >>>...
17
by: yb | last post by:
Hi, Looking for clarification of undefined variables vs. error in JavaScript code. e.g. <script> alert( z ); // this will be an error, i.e. an exception </script>
2
by: JNariss | last post by:
Hello, I have created a connection to one of my databases using DreamWeaver and created a form. When I go to preview the form in a browser I can see it and fill out fields. However when I click...
13
by: Oleg Konovalov | last post by:
Hi, I am working on a web application which among other things uses DHTML, Java and Javascript. It populates web page based on the contents of the database (resultset), and next to each row...
8
by: jesmi | last post by:
my code is: addRecord.cfm <cfinclude template="head.cfm"> <p> <table width="100%" border="0" align="center" cellpadding="2" cellspacing="0"> <tr> <td> <div align="center">
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
3
by: nitewriter | last post by:
Hi, Can someone help me with this scripts, it works on a different server but gives me error now, This is the error I now get Microsoft VBScript runtime error '800a01f4' Variable is...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.