Tagged Questions
1
vote
1answer
391 views
Add and Remove Web.config SafeControls Programmatically
I am using this link
http://msdn.microsoft.com/en-us/library/bb861909.aspx
The adding a SafeControl to the web.config works good. But the removing does not work! What is wrong?
Here in comments you ...
1
vote
7answers
20k views
Sharepoint web part: type could not be found/registered as safe
I have a SharePoint web part (essentially just a "Hello World" app) that I just created and am having a problem deploying it. I have signed the .dll, created the .dwp, and registered it as a safe ...
0
votes
0answers
202 views
How can I determine whether or not a SafeControls entry already exists for a given assembly
I have several features which are deploying web parts into a given site sollection.
The WSPs were built using the WSPBuilder add-in to Visual Studio 2008.
Although the SafeControls entry is always ...