473,388 Members | 1,213 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,388 software developers and data experts.

classic ASP running on Windows 2008 server

we are moving our site to a Windows 2008 server (currently on Windows 2003), I am having problems with session cookies.

Any page that is protected with a session cookie is producing the following error:

An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.

Any suggestions to what could be the error. All page working fine except for any with session cookies.
Dec 14 '10 #1
4 3452
jhardman
3,406 Expert 2GB
Unfortunately those error messages are the least helpful messages I've seen in a long time. There is no indication what the issue might be. I'm not convinced cookies are the issue at all. Can you remove the cookie code to test?

One thing that might work to show you the real problem is remove all the code and just type "hello world" or some such. Refresh your browser to make sure the server now recognizes the page is error-free. Put your code back in and refresh again. This might fool the server into showing the actual error message instead of the "friendly error message".

Jared
Dec 14 '10 #2
I have changed the properties to show the error, it's not a session cookie issue as I anticipated but a database connections issue. It's not allowing me to connect to my database with ODBC connection. Current connection string:


DIM conn
ConnectString = "driver={MySQL ODBC 3.51 Driver};server=" & dbServer & ";uid=" & dbUser & ";pwd=" & dbPassword & ";database=" & dbDatabase & ";option=3;Port=3306;Socket=;Stmt=;"
Set Conn = Server.CreateObject("ADODB.Connection")
conn.open connectstring
Dec 14 '10 #3
stepterr
157 100+
Have you verified that the driver is installed on the new server?
Dec 16 '10 #4
jhardman
3,406 Expert 2GB
Many query analizers allow you to test a connection string. That's where I would start.

Jared
Dec 17 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Lauren Quantrell | last post by:
I am having problems with an Access2K ade installed on a server running Windows 2000 Server OS. The app makes a connectin and authenticates with the server running the SQL Server backend, but the...
1
by: MikeH | last post by:
I'm in the process of moving an Access application onto a different server and need some advice about oplocks... The application is based on Access 97. The Jet back-end replicas are currently...
3
by: chicken butt | last post by:
Hi - I am trying to move some of my web apps from my development machine running XP PRO SP2 to one of our Windows 2000 server boxes. I have created a new site for each of the apps and am using...
0
by: maflatoun | last post by:
Hi everyone, I have the following very odd problem (only happens on Windows 2003 Server and not XP) In my class I have (no namespace) class test { ... public static void method...
3
by: partybob99 | last post by:
Hi everyone. I have a very strange problem and I have no idea how to correct it. I created a VB.NET DLL that is used by several different apps for password file encryption/decryption. I have...
1
by: eblackmo | last post by:
I have a test network consisting of four servers running windows 2003 server R2 SP2. I have set up a domain which functioned correctly for about a day and a half until the other servers decided they...
7
by: =?Utf-8?B?RWRkaWU=?= | last post by:
We have an odd situation with some of our single-threaded CPU-bound C++ programs. They run between 2 and 4 times faster on Windows XP than on windows Server 2003 on the same Xeon hyperthreading...
4
by: Hrsoft | last post by:
Dear Friends My developer environmment has a Windows 2000 SP4 Server, and I canīt to update to 2003 or 2008, for reasons of... money. But, I need to install in this 2000 Server SP4 the...
4
by: =?Utf-8?B?QXZhRGV2?= | last post by:
ASP.Net 2. We are migrating to Windows 2008 64 bit Server with IIS 7 from Windows 2003 32 Bit with IIS 6. A few library classes we wrote uses impersonation in code like explained in this...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
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...

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.