I have modified the web.config file of the sharepoint virtual server topoint to a copy of the wss_minimaltrust.config that I renamed towss_customtrust.config. I have followed all the steps to setup theadditional permissions that I want and the code groups to identifyassemblies signed by me. So my questions are these:1. Do I still have to put an entry into the web.config <safecontrol>for each webpart that I deploy into the bin directory of the virtualserver.2. If I use a <IMembershipCondition> tag withclass="StrongNameMembershipCondition", by omitting the name property Ican use the same key to sign multiple assemblies? Is this true? Howdoes this affect the entries in the <safecontrol> section because theyneed to specify the namespace property.
Has anyone worked through the CAS procedures?
There is a nice CAS overview white paper on our premium content sectionof www.mindsharp.com.
You are correct--its a very nice overview. So is the one in ToddBleeker's new book, but alas, neither answers the questions.And now, motivated mostly by a sense of symmetry I will answer my ownquestions.1. Yes2. a. Yes, b. moot due to (a)