Here is the image for .NET Core web application properties. I want to enable HIGHENTROPYVA in this:
Asked
Active
Viewed 472 times
2

RBT
- 24,161
- 21
- 159
- 240

Hassan Iftikhar
- 139
- 8
-
2Posting a link to something that *doesn't* contain or explain what you want doesn't help anyone. Your actual question seems to be how to specify C# compiler options in Visual Studio – Panagiotis Kanavos Nov 08 '19 at 09:28
-
3Does this answer your question: https://stackoverflow.com/questions/27570858/passing-highentropyva-to-csc-compiler-from-msbuild-command-line-or-project-fil – Eamonn McEvoy Nov 08 '19 at 09:36
-
Here is the complete discription. As a developer, I need to enable /HIGHENTROPYVA (Support 64-Bit ASLR) and /LARGEADDRESSAWARE (Handle Large Addresses) switches if they are not enabled for 64-bit version of .Net Applications (CTI Server, Presence Server, Web Admin, Database Component and CUAC Standard). I then need to verify by running necessary tests to ensure that these switches are in action for application when it is run. – Hassan Iftikhar Nov 08 '19 at 10:00
-
Does this answer your question? [Passing /highentropyva- to CSC compiler from MSBuild command-line or project file](https://stackoverflow.com/questions/27570858/passing-highentropyva-to-csc-compiler-from-msbuild-command-line-or-project-fil) – RBT Jan 11 '23 at 06:12