|
1 | 1 | --- |
2 | 2 | title: "ATL Active Server Page Component Wizard" |
3 | | -ms.date: "11/04/2016" |
4 | | -f1_keywords: ["vc.codewiz.class.atl.asp.overview"] |
5 | | -helpviewer_keywords: ["ASP components, creating in ATL", "ATL Active Server Page Component Wizard"] |
| 3 | +ms.date: "05/09/2019" |
| 4 | +helpviewer_keywords: ["ASP components, creating in ATL"] |
6 | 5 | ms.assetid: 5a5cb904-dbbf-44ea-ad3d-2ddd14c1d3c5 |
7 | 6 | --- |
8 | 7 | # ATL Active Server Page Component Wizard |
9 | 8 |
|
| 9 | +::: moniker range="vs-2019" |
| 10 | + |
| 11 | +This wizard is not available in Visual Studio 2019 and later. |
| 12 | + |
| 13 | +::: moniker-end |
| 14 | + |
| 15 | +::: moniker range="vs-2017" |
| 16 | + |
10 | 17 | This wizard inserts into the project an Active Server Pages (ASP) component. The Microsoft Internet Information Services (IIS) uses ASP components as part of its enhanced Web page development architecture. |
11 | 18 |
|
12 | 19 | By using this wizard, you can specify the component's threading model and its aggregation support. You can also indicate support for the error information interface, connection points, and free-threaded marshaling. |
13 | 20 |
|
14 | | -> [!WARNING] |
15 | | -> In Visual Studio 2017 version 15.9 this code wizard is deprecated and will be removed in a future version of Visual Studio. This wizard is rarely used. General support for ATL and MFC is not impacted by the removal of this wizard. If you would like to share your feedback about this deprecation, please complete [this survey](https://www.surveymonkey.com/r/QDWKKCN). Your feedback matters to us. |
16 | | -
|
17 | 21 | ## Remarks |
18 | 22 |
|
19 | | -Beginning with Visual Studio 2008, the registration script produced by this wizard will register its COM components under **HKEY_CURRENT_USER** instead of **HKEY_LOCAL_MACHINE**. To modify this behavior, set the **Register component for all users** option of the ATL Wizard. |
| 23 | +Beginning with Visual Studio 2008, the registration script produced by this wizard registers its COM components under **HKEY_CURRENT_USER** instead of **HKEY_LOCAL_MACHINE**. To modify this behavior, set the **Register component for all users** option of the ATL Wizard. |
20 | 24 |
|
21 | 25 | ## Names |
22 | 26 |
|
@@ -78,6 +82,8 @@ Provides information about the COM functionality for the object. |
78 | 82 |
|
79 | 83 | Sets the name that containers can use instead of the CLSID of the object. |
80 | 84 |
|
| 85 | +::: moniker-end |
| 86 | + |
81 | 87 | ## See also |
82 | 88 |
|
83 | 89 | [ATL Active Server Page Component](../../atl/reference/adding-an-atl-active-server-page-component.md) |
0 commit comments