
|
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 1.0 related information such as ADO 1.0, IIS 3.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.
|
|
Images from SQL Server
|
|
Q:
|
What's the simplest way to pull images out of a SQL Server database using an .asp file?
#622 - 1998.04.09
|
|
|
[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]
|
|
|
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]
|
|
|
Different global.asa not being called
|
|
Q:
|
If I load:
http://www.myserver.com/dir1/
That will execute the global.asa file in that directory. But when I load
http://www.myserver.com/dir2
Which is one of my own sites that has another global.asa, the dir2 global.asa isn't called. What is the problem?
#468 - 1997.07.29
|
|
|
[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]
|
|
|
ASP 1.0 Versions
|
|
Q:
|
What are the version number of the different releases of ASP 1.0?
#458 - 1997.07.12
|
|
|
[top]
|
|
|
800a0414 Error
|
|
Q:
|
I am getting this error:
Microsoft VBScript compilation error '800a0414'
Cannot use parens when calling a Sub
/test/test.asp, line 17
myobj.movefile(fname, sfolder, tfolder)
---------------------------------------^
What is the problem?
#454 - 1997.07.10
|
|
|
[top]
|
|
|
Trimming Blanks
|
|
Q:
|
My ODBC database has a text field of length 7. However if the field only contains 1 character, the ODBC returns a field containing the letter followed by 6 spaces. How do I fix the problem?
#395 - 1997.06.24
|
|
|
[top]
|
|
|
Non-Idispatch Interface with ASP
|
|
Q:
|
To be able to use VBScript in ASP one MUST have an Automation server (ActiveX Server Component)? Can I use a Non-IDispatch interface from ASP?
#371 - 1997.04.23
|
|
|
[top]
|
|
|
Error ASP 0115
|
|
Q:
|
What causes this error?
error 'ASP 0115' Unexpected error
/disney/main.asp
A trappable error occurred in an external object. The script cannot continue running.
#362 - 1997.04.10
|
|
|
[top]
|
|