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

Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

Troubleshooting Section
Covers known bugs, tips on troubleshooting and the debugging of Active Server pages, ISAPI applications and the Internet Information Server.

Supporting Products/Tools

CustomError 2.0 for IIS
When errors occur on a Web site, they should be handled in a way that helps the user to get back on track. Unfortunately, setting up customized error pages in IIS usually requires something many Web developers lack -- access to and familiarity with the Web server's administrative interface. With CustomError for IIS, developers can add error pages, coded by hand or created in their favorite editor, by simply uploading them to a designated directory. No administrator intervention is required.
[Top]

Articles

Sep 22, 2004 - Unit Test - Testing with NUnit Framework
Kamran Qamar introduces unit testing with NUnit and offers some best practices, tips, and tricks.
[Read This Article]  [Top]

Aug 10, 2004 - Implementing and Promoting Daily Builds
Automatic daily builds is a well known software engineering best practice. This article introduces a strategy for implementing and promoting daily builds and offers tips and tricks for preventing and fixing breaks.
[Read This Article]  [Top]

Jun 21, 2004 - Using Open Source .NET Tools for Sophisticated Builds
Building an application can be more than pressing F5. With an increasing number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. Aaron Junod describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value-added builds.
[Read This Article]  [Top]

Jun 18, 2003 - Online Database Functions Testing Tool
This short article provides source code for a classic ASP online database functions testing application and shows how to configure and use the tool for either SQL Server or Oracle.
[Read This Article]  [Top]

Jan 2, 2003 - Web Application Error Handling in ASP.NET
One of many improvements ASP.NET brings to the development table is in error handling. Adam Tuliper whips up a simple ASP.NET solution for handling those pesky and unexpected post-production errors.
[Read This Article]  [Top]

Sep 10, 2002 - Tracing in .NET and Implementing Your Own Trace Listeners
Mansoor Ahmed Siddiqui explains debugging and tracing and shows how to create custom trace listeners to help ensure hassle-free development.
[Read This Article]  [Top]

Sep 5, 2001 - Firing Events in a Shared Hosting Environment
Firing events on a Web server is an easy task. However most of the easy solutions require you to have your own dedicated IIS or SQL Server on the Internet to play with, a privilege not shared by many. In this article, Matthew Muller shows you how to get the same functionality in a shared hosting environment.
[Read This Article]  [Top]

May 25, 2001 - Avoiding a Type Mismatch Error When Using ByRef with ASP and COM
Unlike programming inside a complete VB system, when using ByRef with ASP and COM, a complication arises because ASP's VBScript is not typed, but the component's VB is typed. This article will briefly explain how ByRef can be used with ASP and COM.
[Read This Article]  [Top]

Apr 18, 2001 - Error Reporting - IIS 5.0
The script in Mark Newlands' article this week handles how errors are displayed and logged. It can capture all values in use at the time (e.g. form, querystring, session,and application level) and records them if you set a Boolean value to do so - displays custom HTML if required. Sends email, logs to database, and/or text file.
[Read This Article]  [Top]

Mar 12, 2001 - Transact-SQL Improves Database Error-Handling
Transact-SQL provides developers with several database error-handling methods. Use these functions to efficiently handle database errors and add an extra level of data validation. This article discusses the @@ERROR, SP_ADDMESSAGE, and RAISERROR functions and provides examples on how to implement them.
[Read This Article]  [Top]

Feb 2, 2001 - Solving a Caching And Expiring Problem
Read what advice members of the 15Seconds Discussion list had to offer on forcing pages to refesh, even when the user hits the back button.
[Read This Article]  [Top]

Feb 1, 2001 - Error Checking and Notification System Puts You in Control
Mark Newlands has created a VBScript runtime error checking and notification system that lets you know exactly what's happening at all times.
[Read This Article]  [Top]

Jan 25, 2001 - Problem Sorting Recordset
Read what advice members of the 15Seconds Discussion list had to offer on finding an error when sorting a recordset in an ASP Page. Don't make the same mistake Neil made!
[Read This Article]  [Top]

Jan 18, 2001 - Displaying Results Vertically and Horizontally
Read what advice users of the 15Seconds Discussion list had to offer on displaying results of a stored procedure vertically in an HTML table.
[Read This Article]  [Top]

Jun 12, 2000 - GUI Input: Solving the Hard Refresh Problem Using XML and ASP
Doing a hard refresh every time the client needs more information makes the interface difficult for a user to use in complex applications and causes unnecessary strain on the network because frequently the same data is being sent to the client repeatedly. Dennis Hurst examines the problem and provides a XML/ASP solution.
[Read This Article]  [Top]

Jun 3, 1999 - ASP and the Error Handler
ASP pages are so easy to put together that sometimes developers have not thought through the problems associated with errors. Error handling can help your application to be more robust. This article by Richard Bundock dives into the basics of error handling.
[Read This Article]  [Top]

Apr 1, 1999 - FileExists Web Tool
This article by Steven Livingstone describes an ASP-based tool that can catch missing links during navigation around a Web site and email the information to a site administrator. Included is a detailed explanation and code samples.
[Read This Article]  [Top]

Oct 15, 1998 - Debugging Production Active Server Pages in IIS 4.0
The article will help you detect and fix errors that might arise on your live server. This article contains a 15 Seconds exclusive where we show how to log URI errors to the event log, an undocumented feature of IIS. This article is a must read for IIS administrators who need to have a bug free web site.
[Read This Article]  [Top]

Mar 16, 1997 - Debugging Active Server Objects
Part two of a four-part series on Active Server components. In this issue 15 Seconds discuss how to write and debug an Active Server object that writes to the Event Log. Included in the issue is the source code and step by step instructions. This issue uses MSVC 4.2 and ATL 2.0
[Read This Article]  [Top]

ActiveNews   (NOTE: ASPToday articles require a paid subscription)
Oct 3, 2000 - SQL Server Performance Tuning for SQL Server Developers
If you want your SQL Server-based applications to scale and run at their full potential, you must begin considering scalability and performance issues during the early stages of your application's development.
[Read The Article]
Sep 27, 2000 - How To Troubleshoot ADC Replication Problems
This applies to using Active Directory Connector (ADC) to connect Exchange 2000 Server with Exchange Serer 5.5 SP3.
[Read The Article]
Jan 20, 2000 - Customizing the '404 Not Found' Error
The '404 Not Found'errors indicate a missing file, a bad link, or a crashed server. But, Greg Hinkle shows how, using IIS, a SQL database, and good old ASP, we can take advantage of the 404 message.
[Read The Article]
Jan 14, 2000 - Creating Tattle-tale Functions with a Report Log
Right now, your functions are churning along doing their work, but do you really know what they're up to? Brydon Gilliss shows us how to check whether we have the good little functions that we always wanted them to be.
[Read The Article]
Nov 22, 1999 - Server Reliability through Process Isolation
In this article, J.D. Meier offers a look at how process isolation in IIS works. he also touch upon some changes introduced with IIS 5.0, and explain how Microsoft Transaction Server (MTS) comes into the picture. By the end of the article, you should be able to not only configure your Web application to run in a separate memory space, but you will also understand how this impacts your application.
[Read The Article]
Oct 25, 1999 - Troubleshooting Components Under ASP Technology
Diagnosing problems with COM components under Active Server Pages (ASP) technology continues to be a challenge for many developers as well as system administrators. Whether you're plagued by ghost-like errors that seem to occur only during production, or by problems that occur right before your very eyes during development, there's no doubt that analyzing the problem can be tricky. In this article, J.D. Meier provides some techniques to help isolate and correct component problems.
[Read The Article]
Jul 13, 1999 - My error coding technique in ASP
ASPfree.com has posted a new demo on Error Trapping and recording these errors in a database. This features a Live demo and the ability to download the example code.
[Read This Article]
Jun 3, 1999 - Error Handling in ASP
4GuysFromRolla.com has published a new article on error handling in ASP. The article discusses how to implement error handling in ASP so that ADO errors are trapped, error messages formatted, and an informative explanation is presented to the user rather than a user un-friendly ADO error.
[Read This Article]
Apr 21, 1999 - Debugging Tips and Tools
No new ASP page is 100% bug free - glitches comes with the territory. As you face the uphill debug struggle, Steven Smith offers some routines and tips to make your debugging run on a more level playing field.
[Read This Article]
Mar 24, 1999 - Devising an HTTP debugging method for IIS
Microsoft's ISpy filter allows you to read and modify the HTTP dialogue between server and client under IIS. It also catches and displays every event IIS triggers. Thus, as Marco Gregorini demonstrates, it can be used as an HTTP 'debugger'.
[Read This Article]
Nov 10, 1998 - Troubleshooting with the IIS Exception Monitor
This article has been written to give you a look at a tool that Microsoft Technical Support has been using to solve complex problems with Microsoft Internet Information Server.
[Read This Article]
Feb 28, 1998 - List Server Archives
With the list server going in full swing there are plenty of archives to read without signing up to the list. The arhives are completely searchable and ordered by either author, subject, or date.
[IIS 4.0 Archives]
Oct 10, 1997 - Debugging with Internet Information Server 4.0
Internet Information Server (IIS) 4.0 now enables you to debug the Global.asa file, .asp files, .cdx files, and ActiveX components written in Java. With IIS 3.0, debugging usually meant typing in Response.Write statements, which would send the necessary information to the browser to determine scripting errors. Using the new Microsoft Script Debugger, which ships with IIS 4.0 and Internet Explorer 4.0, it is possible to debug client-side and server-side scripts. This article outlines what you need to know to start using the debugger with Active Server Pages (ASP).
[Read This Article]

Knowledge Base Articles
FIX: Repetitive Connect/Disconnect May Shut Dow...
Q164734 - 1997.06.23
PRB: Random ASP 0115 Errors when Submitting Form
Q173741 - 1997.09.18
BUG: MFC ISAPI Generates Access Violation in CH...
Q167736 - 1998.05.08


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: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
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