Share via


Debugging Preparation: ATL Server Projects 

The ATL Server Project provides an easy way to generate Web applications that use ATL Server, a set of unmanaged C++ classes designed for such applications.

Debugging an ATL Server application is very similar to debugging a Win32 application, with some additional factors to consider.

ATL Server applications are implemented as ISAPI extensions. For more information, see ATL Debugging Techniques.

See Also

Other Resources

Debugging Preparation: Web Applications