Results 1 to 3 of 3

Thread: Need help on Classic ASP to solve error

  1. #1

    Thread Starter
    Hyperactive Member csKanna's Avatar
    Join Date
    Dec 2005
    Location
    Tech-Tips-Now.com
    Posts
    339

    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

  2. #2
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    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.

  3. #3
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    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
  •  



Click Here to Expand Forum to Full Width