I created a custom section in the web.config file but it isn\'t able to load my custom type that is going to manage the section.
Here are the definitions:
You need to specify the assembly name as part of the type attribute:
type
EDIT I didn't notice that the MembershipProvidersSection class is a nested class. The type name should be:
MembershipProvidersSection
MyApp.BusinessObjects.MembershipProviderFactory+MembershipProvidersSection