I get the error
"Application object, ASP 0180 (0x80004005)
An intrinsic object cannot be stored within the Application object.
"
when I use the following lines of code:
displayName = Request.ServerVariables("SCRIPT_NAME");
WebPageNames = "webPageNames" + I;
// Note: "I" is an integer.
Application(WebPageNames) = displayName;
Thank you,
How can this be?
Daniel Hutchins
Woodbridge, CA
http://www.finehomemadesoap.com