|
-
Oct 8th, 2011, 12:39 PM
#1
Thread Starter
Hyperactive Member
Need help on Classic ASP to solve error
Hi,
I am trying the code snippet provided in http://www.bustercollings.com/source...de-example.asp in our server and am getting internal server error. I do not get any other errors.
What might be causing this error? Can someone test this code and see whether it works for you?
I have contacted the server team guys in our company and they are not at all helping me on this, as a simple ASP code works fine. They are saying that the problem is with the code. I feel there might be some components which is not installed in our server or some other unknown reason.
Can somebody please help me?
Thanks
Last edited by csKanna; Oct 8th, 2011 at 12:58 PM.
Kanna
-
Oct 9th, 2011, 09:49 AM
#2
Re: Need help on Classic ASP to solve error
Are you saying the code sample posted in the link does not work for you or it doesn't work after you adjusted it trying to making it work for your needs?
I see nothing in the posted code that would cause an error and it isn't using anything that shouldn't be on the server. When you say an internal error I assume you are talking about a 500 error. If so, maybe this link can help you track it down. Creating Custom ASP Error Pages
If you are have a problem with a modified version of the file then try posting it and I'll take a look.
-
Oct 9th, 2011, 11:09 PM
#3
PowerPoster
Re: Need help on Classic ASP to solve error
Does your server have those objects installed?
What is the exact error?
Try before the code
On Error Resume Next
Then after the code
response.write Err.Code & vbCrLf & Err.Description
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|