DeSaedeleer
Posts: 8
|
| Posted: 01/22/2007, 6:31 AM |
|
Hi,
We work with SQLserver 2003, IIS 6 and asp 3. Recently we started with Codecharge Studio 3.1.0.1 and from then, strage things happen.
After a short while the session and application variables in global.asa become inaccessible or are reinitialized. It becomes impossible to search in the database, even with appicalitions written before we started with Codecharge. When we reset glaobal.asa, the applcation works for a short while until the variables disapear again.
Any idea?
Kind regards
Guy
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/22/2007, 1:54 PM |
|
Do you need to use Global.asa? For example have you written custom scripts in there?
If not then you can just delete Global.asa.
And for various problems with Global.asa see: http://www.google.com/search?hl=en&lr=&safe=off&q=Globa...t.microsoft.com
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
De Saedeleer
|
| Posted: 01/26/2007, 6:53 AM |
|
I don't think I can work without global.asa. This file contains information like the dsn name, the user Id, the APP, connection time out etc.
I think that the problem result from the way the Codecharge generated asp handels global.asa. Older applications, made as "traditional" asp, don't mess with global.asa
Kind regards
Guy
|
|
|
 |
DeSaedeleer
Posts: 8
|
| Posted: 03/13/2007, 1:54 AM |
|
Just for your information: I had to adapt a (working) project (add some fields, rename some others...). When I published the project, the problems began and the global.asa was "under attack". I had no remarks or errors messages when publishing.
I later saw that the function CCLoadStaticTranslation was not generated. I added it manually and now the application works again. I don't know why Codecharge didn't generate this function
Regards
|
 |
 |
|