954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Cant figure this error out: "The page you requested, has produced an error"

I am building a links pages in asp using an Access db. Some of the pages display correctly. Some of the other pages give me this error:

The page you requested, has produced an error
An email alert has been sent to the web site administrators regarding this error.

In the pages that display correctly it is selecting correctly from the db so I dont think it is a db problem.

Extras:
The program I am using reads to put files in virtual directory...could this be the problem?

raywood5
Newbie Poster
10 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

any idea what error number it is?

Are you hosting the pages yourself?

What type of pages are they?

HawkeVIPER
Junior Poster in Training
72 posts since Jan 2005
Reputation Points: 10
Solved Threads: 4
 

any idea what error number it is?

Are you hosting the pages yourself?

What type of pages are they?

there is no error # i have tried to find one but cannot. I am using a 3rd party host. The pages are asp with an access db.

raywood5
Newbie Poster
10 posts since Jan 2005
Reputation Points: 10
Solved Threads: 1
 

Make sure you have closed all db connection at the end.
Make sure there is no incomplete loopings (i.e. for and next) or conditions (i.e. if and end if). If you forget 'end if', error will be prompted. The same for subrountine (i.e. sub xxx() and end sub).
When using include file, make sure you not redefine the %@LANGUAGE="xxxSCRIPT".

zippee
Posting Whiz in Training
294 posts since Jan 2005
Reputation Points: 10
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You