The Wayback Machine - https://web.archive.org/web/20111028055217/http://www.codeguru.com/cpp/cpp/cpp_managed/asp/

    ASP/ASP.NET

    Building a Store Locator ASP.NET Application Using the Google Maps API - Part 1

    This ASP.NET tutorial shows how to use the free Google Maps API to build a store locator ASP.NET application.

    ASP.NET Developer Techniques for Dealing With Long Running Processes

    ASP.NET Developers, do you have ASP.NET pages that are slow to respond to the user and/or timeout. Try this technique to move those processes to the background and provide feedback to the user.

    Using Microsoft's Chart Controls In An ASP.NET Application: Serializing Chart Data

    This article, by Scott Mitchell, shows how to store (and load) the data generated by the Microsoft Chart Controls to disk or some other store.

    What's New in ASP.NET MVC 2.0?

    Microsoft Visual Studio 2010 and .NET framework 4.0 bring many new exciting features for developers. One of them is the improved ASP.NET MVC 2.0. This article focuses on the new and improved characteristics in this popular web application framework from Microsoft.

    PHP versus ASP: Worth the Argument?

    Overview, cost, speed, compatibility, security, heritage, and misconceptions all concerning PHP and ASP. Learn how to make a more intelligent choice between them.

    ASP.NET Tip: Control Access to a File Download

    Learn a method for controlling how users download files from your ASP.NET applications.

    Creating Custom Web Controls in Managed C++, Part 1

    Think Managed C++ and ASP.NET Web applications are mutually exclusive? Think again. When it comes to custom Web controls, MC++ is on equal ground with the other .NET languages in the arena of ASP.NET Web applications.

    Using Configuration Files in Visual C++

    Learn to use the web.config file to configure anything you'd like the user to be able to change without recompiling and redeploying your C++ application.