
|
Active Server Pages (ASP), is an open, compile-free application environment in which you can combine HTML pages, scripts, and ActiveX server components to create powerful Web-based business solutions. ASP 1.0 ships with IIS 3.0, while ASP 2.0 ships with IIS 4.0. There are other topics that cover ASP 2.0 related information such as ADO 1.5, IIS 4.0, ASP Applications, ASP Sessions, and Active Components. If you are looking for an answer to an error message you might want to look in the Errors Topic.
|
|
Form Value Parsing
|
|
Q:
|
If a form is submitted with multiple values by the same name how do you
parse the individual values?
#765 - 2002.05.31
|
|
|
[top]
|
|
|
Option Explicit
|
|
Q:
|
Should Option Explicit remain in my pages once they are ready to go live? What impact does it have on performance?
#763 - 2002.05.09
|
|
|
[top]
|
|
|
Destroying Arrays?
|
|
Q:
|
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
|
|
|
[top]
|
|
|
Querystring Issues Passed in Netscape
|
|
Q:
|
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
|
|
|
[top]
|
|
|
Object Moved Error
|
|
Q:
|
Frequently when issuing a Response.Redirect from the IIS 4.0 Server instead of IE 5.0 just going there I get:
Object Moved
This object may be found here .
Any idea what is causng this? It appears to be fairly random but I never saw it before moving to IE 5.0
#745 - 1999.04.29
|
|
|
[top]
|
|
|
"Object Moved" Error
|
|
Q:
|
When using a proxy sever the web page returns an "Object Moved" error. How do I program my ASP page to fix this?
#742 - 1999.03.04
|
|
|
[top]
|
|
|
FileCopy Error
|
|
Q:
|
On filesystemobject's .filecopy method, I get:
Microsoft VBScript runtime error '800a0046'
Permission denied
#591 - 1998.03.02
|
|
|
[top]
|
|
|
Including Subroutines
|
|
Q:
|
Does anyone know if it is possible to call a Sub or Function in one .asp from another .asp?
#589 - 1998.02.25
|
|
|
[top]
|
|
|
Getting the Users Login
|
|
Q:
|
I´m trying to design a page that greets each user like this:
Welcome <NT-username>.
Can I somehow get the NT login name with ASP?
#587 - 1998.02.25
|
|
|
[top]
|
|
|
Requesting Pages with Jscript
|
|
Q:
|
Is it possible to read and parse files from other sites without additional components? Perhaps using a Java applet or Javascript?
#586 - 1998.02.25
|
|
|
[top]
|
|
|
Finding the ASP Version
|
|
Q:
|
Can anyone tell me how to determine the version number of ASP that is installed on a server?
#573 - 1998.01.08
|
|
|
[top]
|
|
|
Documentation Links
|
|
Q:
|
The Index tab of the online docs doesn't contain entries for all sections. Why?
#544 - 1997.10.19
|
|
|
[top]
|
|
|
Auto Password Synching
|
|
Q:
|
Anonymous users cannot get into the website after disabling Auto Password Synch. Why?
#542 - 1997.10.19
|
|
|
[top]
|
|
|
Drive Browsing
|
|
Q:
|
I cannot select drives in the IIS 4.0 HTML Internet Service Manager. Why?
#541 - 1997.10.19
|
|
|
[top]
|
|
|
Page not Saving
|
|
Q:
|
I modify and save ASP files, but the old version is still displayed by the browser. What's going on?
#538 - 1997.10.19
|
|
|
[top]
|
|
|
Spaces and ASP
|
|
Q:
|
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?
<%=Address%> <%=State%>, <=%Zip%>
#510 - 1997.09.07
|
|
|
[top]
|
|
|
SSL, ASP, and Netscape
|
|
Q:
|
I am getting an I/O error when using Netscape and requesting a Active Server page that is protected by SSL. What is the Problem?
#509 - 1997.09.07
|
|
|
[top]
|
|
|
Response object error 'ASP 0156' Header Error
|
|
Q:
|
I'm receiving the following error message:
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
|
|
|
[top]
|
|
|
List Server Support
|
|
Q:
|
Is there a public list server where I can post questions about Active Server pages, or ISAPI?
#494 - 1997.08.30
|
|
|
[top]
|
|
|
'ASP 0113'
|
|
Q:
|
Have anyone ever encounter this error message?
'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.
#480 - 1997.08.10
|
|
|
[top]
|
|
|
Server object error 'ASP 0177:80040112'
|
|
Q:
|
I have this error:
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.
What is the problem?
#476 - 1997.08.09
|
|
|
[top]
|
|
|
Error ASP 0115 unexpected error
|
|
Q:
|
I am having this error:
Error ASP 0115 unexpected error.
Trappable error occured in an external object, the script cannot continue running.
what is the problem?
#474 - 1997.08.09
|
|
|
[top]
|
|
|
Server object error 'ASP 0177:800401f3'
|
|
Q:
|
I am having this error:
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.
what is the problem?
#473 - 1997.08.09
|
|
|
[top]
|
|
|
Server object error 'ASP 0177:80040154 '
|
|
Q:
|
I am getting this error:
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.
What is the problem?
#472 - 1997.08.09
|
|
|
[top]
|
|
|
Cookie Expiration with ASP
|
|
Q:
|
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
|
|
|
[top]
|
|
|
Using Microsoft Access Versions
|
|
Q:
|
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
|
|
|
[top]
|
|
|
Reloading ISAPI Applications
|
|
Q:
|
My ISAPI application running under IIS 4.0 loses the state of the global variables between requests, what is the problem?
#465 - 1997.07.20
|
|
|
[top]
|
|
|
Reducing Memory Requirements
|
|
Q:
|
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
|
|
|
[top]
|
|