You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
608 B
32 lines
608 B
/*++
|
|
|
|
Copyright (c) 2002 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
lockdown.hxx
|
|
|
|
Abstract:
|
|
|
|
Upgrade old IIS Lockdown Wizard Settings to whatever
|
|
is appropriate in IIS6
|
|
|
|
Author:
|
|
|
|
Christopher Achille (cachille)
|
|
|
|
Project:
|
|
|
|
Internet Services Setup
|
|
|
|
Revision History:
|
|
|
|
May 2002: Created
|
|
|
|
--*/
|
|
|
|
#define REGISTRY_WWW_DISABLEWEBDAV_NAME _T("DisableWebDAV")
|
|
|
|
BOOL IsWebDavDisabled( LPBOOL pbWasDisabled );
|
|
BOOL DisableWebDavInRestrictionList();
|
|
BOOL IsWebDavDisabledViaRegistry( LPBOOL pbWasDisabled );
|