TechEd Demos and PowerPoint
August 16, 2007 12:14 pm .Net, Hawkeye, Readify, Visual StudioIf you’ve been at TechEd Australia 2007 and you attended my small Cabana session on Friday afternoon and you want the presentation or the demos here they are:
Presentation can be found on the TechEd site:
https://aunz.msteched.com/resources/documents/SECCT316_Tusnea_FINAL.pptx
The demo’s can be found here:
http://www.acorns.com.au/files/codeattacks.zip
Here is how to drop the CAS for My Compute zone from Full Trust to LocalIntranet:
cd C:\Windows\Microsoft.NET\Framework64\v2.0.50727 caspol -m -lg caspol -machine -chggroup 1.1 LocalIntranet caspol -m -lg pause
Here is how to put it back:
cd C:\Windows\Microsoft.NET\Framework64\v2.0.50727 caspol -m -lg caspol -machine -chggroup 1.1 FullTrust caspol -m -lg pause
You migh need to change from Framework64 to Framework to make this work on 32bit machines.
The application used to visually change the CAS is “mscorcfg.msc” found at: “C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\Bin\mscorcfg.msc”