TechEd Demos and PowerPoint

12:14 pm .Net, Hawkeye, Readify, Visual Studio

If 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”

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.