File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Servers/IIS/AspNetCoreModuleV2
OutOfProcessRequestHandler Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1010#define CS_ASPNETCORE_HANDLER_VERSION L" handlerVersion"
1111#define CS_ASPNETCORE_SHADOW_COPY L" enableShadowCopy"
1212#define CS_ASPNETCORE_SHADOW_COPY_DIRECTORY L" shadowCopyDirectory"
13- #define CS_ASPNETCORE_CLEAN_SHADOW_DIRECTORY_CONTENT L" cleanShadowCopyDirectory"
13+ #define CS_ASPNETCORE_CLEAN_SHADOW_DIRECTORY_CONTENT L" cleanShadowCopyDirectory"
1414
1515ShimOptions::ShimOptions (const ConfigurationSource &configurationSource) :
1616 m_hostingModel(HOSTING_UNKNOWN),
Original file line number Diff line number Diff line change 22// Licensed under the MIT License. See License.txt in the project root for license information.
33
44#include " outprocessapplication.h"
5-
65#include " SRWExclusiveLock.h"
76#include " exceptions.h"
87
You can’t perform that action at this time.
0 commit comments