diff --git a/.vs/GPW.sqlite b/.vs/GPW.sqlite index adf7d85..d28ea72 100644 Binary files a/.vs/GPW.sqlite and b/.vs/GPW.sqlite differ diff --git a/GPW_Commesse/GPW_Commesse.csproj b/GPW_Commesse/GPW_Commesse.csproj index 304b85a..dcacc85 100644 --- a/GPW_Commesse/GPW_Commesse.csproj +++ b/GPW_Commesse/GPW_Commesse.csproj @@ -241,6 +241,9 @@ + + Always + diff --git a/GPW_Commesse/GPW_Commesse.wpp.targets b/GPW_Commesse/GPW_Commesse.wpp.targets index ced9b38..1e52807 100644 --- a/GPW_Commesse/GPW_Commesse.wpp.targets +++ b/GPW_Commesse/GPW_Commesse.wpp.targets @@ -1,32 +1,31 @@  - - - - $(_MSDeployDirPath_FullPath)\logs - IUSR,IIS_IUSRS - Read,Write - Directory - setAclUser;setAclResourceType;setAclAccess - - - + + + + $(_MSDeployDirPath_FullPath)\logs + Read,Write + Directory + setAclResourceType;setAclAccess + + + + + + + + ProviderPath + setAcl + ^$(_EscapeRegEx_MSDeployDirPath)\\logs$ + Add write permission to the logs folder. + {$(_MsDeployParameterNameForContentPath)}/logs + $(_DestinationContentPath)/logs + Hidden + $(VsSetAclPriority) + True + + + - - - - ProviderPath - setAcl - ^$(_EscapeRegEx_MSDeployDirPath)\\logs$ - Add Read/Write permission to the logs folder. - {$(_MsDeployParameterNameForContentPath)}/logs - $(_DestinationContentPath)/logs - Hidden - $(VsSetAclPriority) - True - - - - \ No newline at end of file