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
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.
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