Be aware that you cannot mix ASP and CSP pages and expect the ASP features (variables, scope, etcetera) to be handled properly.
CSP pages execute in a different memory space than ASP pages do, so you effectively have two parallel and non-communicating ASP sessions.
The solution is to make all of your pages CSP.
Richard A. Polunsky
Houston, Texas
CSP pages execute in a different memory space than ASP pages do, so you effectively have two parallel and non-communicating ASP sessions.
The solution is to make all of your pages CSP.
Richard A. Polunsky
Houston, Texas