Tagged Questions
0
votes
1answer
38 views
DRY and page layouts
Being a fan of DRY to write maintainable code I'm having some problems getting to terms with SharePoint development. Some information (e.g. GUIDs) is often repeated and spread out over several files, ...
0
votes
1answer
155 views
SharePoint 2007 - Creating a web application in C# gives Error Access Denied at Provisioning
I am trying to create a SharePoint web application (on SharePoint2007) in C#. How differently I tried, it ends up with the same access denied error in the Provisioning step. The error message does not ...