I know that I'm supposed to clean up objects by closing them and setting them to nothing. What about arrays ? Do I need to destroy an array? #761 - 2002.04.16
After running some asp code, IE displays the results fine. But
Netscape (4.7) gives me error message "the parameter is incorrect".
What's going here? #756 - 2001.01.25
Does the following line of code not put spaces between the Address and State for anyone else? Is this just a bug that has been around for awhile and I just don't know about it?
Response object error 'ASP 0156' Header Error
/intranet_devel/scripts/CheckLog.asp, line 14
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made
before writing page content.
Does anyone know what is causing this error? #506 - 1997.09.04
'ASP 0113'
The max amount of time for a script to execute was
exceed, you can change this limit by specifying a
new value for the property server. Script Time out
or by changing the value for Script Time out.
Server object error 'ASP 0177:80040112'
Server.CreateObject Failed [Filename], line [line number]
The call to Server.CreateObject failed. The requested object instance cannot be created.
Server object error 'ASP 177:800401f3'
Server.CreateObject Failed
/aspsamp/tutorial/lessons/Finance.asp, line 52
The call to Server.CreateObject failed. The requested object instance cannot be created.
Server object error 'ASP 0177:80040154 '
Server.createobject failed
/advworks/equipment/equip.asp, line 2
The call to server.createobject failed The requeted object instance can not be created.
The life of the cookie is only for the current IE
session. If I shut down IE and re-open it, the cookie is gone. How do I control the expiration date of the cookie ? #469 - 1997.08.06
I'm looking at working with some Access databases and ASPs. Does it matter which version of Access I am using? I have the version that comes with Microsoft Office 95 (V. 7.0 ) #467 - 1997.07.29
I am running a lot of ASP pages and notice that the memory needed to do so has gone way up. How do I reduce the memory needed to run Active Server 2.0? #442 - 1997.06.29