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

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]

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]

Optional Global.asa
Q: Is global.asa optional?
#482 - 1997.08.10
[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]

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]

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]

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]

Abandoning the Session
Q: How do I force the session to close?
#425 - 1997.06.27
[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]

Using Time and Date in ASP
Q: How can we implement asp to show the date and time, if possible?
#379 - 1997.05.18
[top]

Creating Excel reports from ASP.
Q: How can I create Excel reports from ASP?
#378 - 1997.05.18
[top]

Including Files in Active Server Pages
Q: Is there a way to create functions in seperate files, and have one active server script call the functions?
#375 - 1997.05.11
[top]

Accessing the NT user permissions
Q: Is there a way to determine what groups an individual belongs in after they've been authenticated?
#374 - 1997.05.04
[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]

Problems with Netscape and ASP
Q: Netscape is not processing the script but IE will, what is the problem?
#354 - 1997.04.01
[top]

HTTP Headers already written error.
Q: I am running into the "HTTP Headers already written" error, what is the Problem?
#349 - 1997.03.26
[top]

Support the Active Server Industry



JupiterOnlineMedia

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

Solutions
Whitepapers and eBooks
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: 7.0, Microsoft's Lucky Version?
Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Windows Server 2008
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES