In Classic ASP (VBScript), if I try to create a large 2-dimensinal array, I get an \"Out of Memory\" error.For example, this
I开发者_如何学Go\'m debugging some ASP code and I need to get a quick printout of the current Request datastructure, which I believe is an array of key/value pairs.
Duplicate of Calling .NET methods from VB6 via COM visible DLL Which ways exist to use/call .NET classes/functions/libraries (.net 3.x) in VB6 or classical ASP ?
So, we are migrating an old web app from a 32-bit server to a newer 64-bit server. The app is basically a Classic ASP app. The pool is set to run in 64-bit and cannot be set to 32-bit due to other com
I think it may have something to do with the external file but I am getting the error Path not found and don\'t know why.Code below.
I nee开发者_如何转开发d to list images from the server. The problem is that, first image needs to be in different div. I dont know what I do wrong here. The following code lists images as;
I\'m trying to replicate a formula from an Excel worksheet onto an ASP page, but having copied the formula over I\'m getting different results (in fact an error because the ASP ends up trying to squar
So I created a new database on my SQL Server box and then added an ODBC entry so my ASP code knows what it is.Now I am getting this error:
What is better coding practice, with speed in mind (Classic ASP): sPg=sPg& \"<select id=\"\"actions\"\" onchange=\"\"emact(this.value)\"\">\"
I\'ve parameterized my开发者_Go百科 queries in my Classic ASP app, but am unsure whether I need to sanitize or scrub free text fields or if the parameterization is sufficient to prevent injection.If y