UpdateConnectionString ( InstallerConfig config, Configuration configSection ) : void |
Update the web.config connection strings. If the EntityFramework is being used, two connection strings will be created. One for the EntityFramework, and another for the Membership system. |
|
UpdateMembershipProviders ( Configuration configSection, InstallerConfig config ) : void |
Update the web.config membership related config sections, membership, profile, and roleManager. And also set the roleManager Enabled property to true. |
|