asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
New
Topics
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!


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]

Hex to Decimal Conversion
Q: How do I convert hex to decimal?
#764 - 2002.05.16
[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]

VBScript imp Operator
Q: Can someone explain the imp operator?
#762 - 2002.05.01
[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]

ASP Script Engine Cache
Q: When should I increase the ASP Script Engine Cache?
#686 - 1998.09.30
[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]

Running Subroutines
Q: Is it possible to access variables in one .asp from another .asp?
#588 - 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]

HTTP/1.1 500 Server Error -2146646015 (0x800cc801)
Q: When accessing some virtual directories on my server, I get an error:

HTTP/1.1 500 Server Error -2146646015 (0x800cc801)

Why is this error appearing?

#545 - 1997.10.19
[top]

Documentation Links
Q: The Index tab of the online docs doesn't contain entries for all sections. Why?
#544 - 1997.10.19
[top]

Searching PWS documentation
Q: Why can't I search the docs on PWS and NTW versions of IIS?
#543 - 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]

Visual Interdev and ASP
Q: I create a Web Site with Visual Interdev, but ASP won't run from the site properly. Why?
#539 - 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]

Errors with Option Explicit
Q: Where do I put Option Explicit? I get an error regardless of where I put it.
#516 - 1997.09.10
[top]

Response.Redirect and VBScript Execution
Q: Does the VBScript after a Response.Redirect get executed?
#515 - 1997.09.10
[top]

Response.End and VBScript Execution
Q: Does the VBScript execute after a Response.End?
#514 - 1997.09.10
[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]

List Servers
Q: What List Servers does 15 Seconds support?
#493 - 1997.08.30
[top]

Getting Client Information with ASP
Q: I want to find out the date on the client machine. How can I achieve this with ASP?
#488 - 1997.08.28
[top]

Web Farms and Session Variables
Q: Can Session variables be used on web farms?
#487 - 1997.08.28
[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]

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Q: I have this error:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][dbnmpntw]ConnectionOpen (CreateFile()).

What is the problem?

#477 - 1997.08.09
[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]

Microsoft VBScript runtime error '800a000d'
Q: I am having this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch
What is the problem?

#475 - 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]

Ten Reason to Choose ASP
Q: Why should I use ASP?
#471 - 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]

Displaying Screen Resolution
Q: I see that there is a possibility to see the screen resolution of the client-computer anyone know how?
#466 - 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]

Turning off Connection Caching
Q: I do not want the ASP pages to cache on my machine in Active Server 2.0, how do I turn off ASP file caching?
#443 - 1997.06.29
[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]

Abandoning the Session
Q: How do I force the session to close?
#425 - 1997.06.27
[top]

Setting the Session Timeout in ASP
Q: How do I programmactially set the session timeout from with in an ASP page?
#424 - 1997.06.27
[top]

Changing the ASP Error Message
Q: How do I change the error message that the Active Server pages 2.0 sends to the browser?
#423 - 1997.06.27
[top]

Setting the Session Timeout
Q: How do I set the session timeout in ASP 2.0?
#421 - 1997.06.27
[top]

Support the Active Server Industry

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers