Two more Visual How To’s are up on MSDN based off two popular articles on my blog.
The first one is based off the process I like to use where developers can leverage something such as MSBuild to automatically create WSP files every time the project is built ( original blog article here ):
- MSDN Visual How To: Automating Solution Package Creation for Windows SharePoint Services by Using MSBuildLearn how to use MSBuild to automatically generate solution package files for Windows SharePoint Services. https://msdn2.microsoft.com/library/cc441431.aspx
The second one is based off the painful process in setting up your site to leverage multiple authentication providers (ie: Windows Authentication & FBA) to access the same site collection ( original blog post here ):
- MSDN Visual How To: Configuring Multiple Authentication Mechanisms with Alternate Access Mappings in Windows SharePoint Services 3.0Learn how to configure a site collection with two entry points that use different authentication mechanisms in Windows SharePoint Services 3.0. https://msdn2.microsoft.com/library/cc441429.aspx