enterprisesec.config.cch and security.config.cch
enterprisesec.config.cch and security.config.cch from the capture but most people don't seem to know the theoretical reasoning behind it. Is the reasoning behind it that opening up security it is not necessary because dotnet has its security usually opened up by default ?
I really want to grasp this subject.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
these .cch-files are caches of the security.config and enterprisesec.config files. If missing they will be recreated by the next .Net app that gets run.
They should therefore not be included in your package.
The security.config files contain the security policy settings for .NET, codegroups and their associated access right settings. They can be manipulated using the Config Panel tool under Administrative tools -> Microsoft .Net Framework x.x configuration.
If there are specific changes to be made in light of an application here, they can be modified, but I would never just overwrite them, rather change them in place and add what is needed.
Rgds,
PJ
They should therefore not be included in your package.
The security.config files contain the security policy settings for .NET, codegroups and their associated access right settings. They can be manipulated using the Config Panel tool under Administrative tools -> Microsoft .Net Framework x.x configuration.
If there are specific changes to be made in light of an application here, they can be modified, but I would never just overwrite them, rather change them in place and add what is needed.
Rgds,
PJ
Posted by:
pjgeutjens
13 years ago
Posted by:
ikke
13 years ago
When I start an executable of an application of a supplier (after the installation was executed), these 2 cch files are created or modified.
I told them i needed to research the implications of the fact that the executable creates these files on the fly and that they might need to remove the placement or modification of the files by the executable.
If I read your comment I understand that the placement or modification of these files athis is not impacting for our operating systems and this is not harmfull and i should not ask the vendor to modify this executable that modifies the cch files on the fly ?
I told them i needed to research the implications of the fact that the executable creates these files on the fly and that they might need to remove the placement or modification of the files by the executable.
If I read your comment I understand that the placement or modification of these files athis is not impacting for our operating systems and this is not harmfull and i should not ask the vendor to modify this executable that modifies the cch files on the fly ?
Posted by:
ikke
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.