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!


PreviousNext

 

email this FAQ to a colleague

Q: I've got the .Net Framework installed on XP Pro, but I can't figure out how to get ASP.NET to wake up and get busy!

A: You need to install IIS before you install .NET. If you installed it backwards (IIS after .NET) then .NET install did not update IIS.

Run the following from the command line to fix this:

%systemroot%\microsoft.net\framework\v1.0.3705\aspnet_regiis.exe -I

- Andy Johns

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]

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

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