Download Membership, Roles and Profile Library (MRPLibrary)
Description
This project provides a simple abstraction for the Membership, Roles and ProfileManager ASP.NET providers as well as ASP.NET FormsAuthentication. The library creates required database objects automatically and uses web.config Membership, Roles and ProfileManager sections.
Icons
Source Files
The download file aspsecurity.zip has the following entries.
.hgignore/* ww w . ja va2 s . c o m*/
.hgignore.orig
AspAuthentication.5.0.ReSharper.user
AspAuthentication.sln
AspAuthentication.sln.docstates.suo
AspAuthentication.suo
AspAuthentication.vsmdi
AspAuthentication/AspAuthentication.csproj
AspAuthentication/Core/AccountValidation.cs
AspAuthentication/Core/ChangePasswordModel.cs
AspAuthentication/Core/ConfigHelper.cs
AspAuthentication/Core/DomainRole.cs
AspAuthentication/Core/DomainUser.cs
AspAuthentication/Core/LoginContainer.cs
AspAuthentication/Core/Profile.cs
AspAuthentication/Core/ProfileItem.cs
AspAuthentication/Exceptions/DomainException.cs
AspAuthentication/Exceptions/EntityNotFoundException.cs
AspAuthentication/FormsAuthenticationService.cs
AspAuthentication/Interfaces/IFormsAuthenticationProvider.cs
AspAuthentication/Interfaces/IPortalMembershipProvider.cs
AspAuthentication/Interfaces/IPortalProfileProvider.cs
AspAuthentication/Interfaces/IPortalRoleProvider.cs
AspAuthentication/Interfaces/ISecurityCop.cs
AspAuthentication/Interfaces/IUserFormsAuthentication.cs
AspAuthentication/Persistence/DatabaseScripts/DeleteDomainRoleDomainUsers.txt
AspAuthentication/Persistence/DatabaseScripts/DeleteProfiles.txt
AspAuthentication/Persistence/DatabaseScripts/DomainRoleDomainUsers.txt
AspAuthentication/Persistence/DatabaseScripts/DomainRoles.txt
AspAuthentication/Persistence/DatabaseScripts/DomainUsers.txt
AspAuthentication/Persistence/DatabaseScripts/DropStoredProcedures.txt
AspAuthentication/Persistence/DatabaseScripts/InsertDomainRoleDomainUsers.txt
AspAuthentication/Persistence/DatabaseScripts/ProfileItems.txt
AspAuthentication/Persistence/DatabaseScripts/Profiles.txt
AspAuthentication/Persistence/DatabaseScripts/TableCreator.cs
AspAuthentication/Persistence/DomainContext.cs
AspAuthentication/Persistence/IUnitOfWork.cs
AspAuthentication/Persistence/UnitOfWork.cs
AspAuthentication/Properties/AssemblyInfo.cs
AspAuthentication/Providers/FormsAuthenticationProvider.cs
AspAuthentication/Providers/PortalMembershipProvider.cs
AspAuthentication/Providers/PortalProfileProvider.cs
AspAuthentication/Providers/PortalRoleProvider.cs
AspAuthentication/SecurityCop.cs
Local.testsettings
SDK/EntityFramework.dll
SDK/EntityFramework.xml
SDK/Rhino.Mocks.dll
SDK/Rhino.Mocks.xml
Tests/AuthenticationTest/App.config
Tests/AuthenticationTest/AuthenticationTest.csproj
Tests/AuthenticationTest/DatabaseHelper.cs
Tests/AuthenticationTest/PortalMembershipProviderTest.cs
Tests/AuthenticationTest/PortalProfileProviderTest.cs
Tests/AuthenticationTest/PortalRoleProviderTest.cs
Tests/AuthenticationTest/Properties/AssemblyInfo.cs
Tests/AuthenticationTest/TestBase.cs
Tests/AuthenticationTest/TestDbContext.cs
Tests/AuthenticationTest/UnitOfWorkTest.cs
Tests/AuthenticationTest/UserFormsAuthenticationTest.cs
Tests/SampleMvcApplication/Content/Site.css
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-icons_222222_256x240.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-icons_454545_256x240.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-icons_888888_256x240.png
Tests/SampleMvcApplication/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Tests/SampleMvcApplication/Content/themes/base/jquery-ui.css
Tests/SampleMvcApplication/Controllers/AccountController.cs
Tests/SampleMvcApplication/Controllers/HomeController.cs
Tests/SampleMvcApplication/Global.asax
Tests/SampleMvcApplication/Global.asax.cs
Tests/SampleMvcApplication/Models/AccountModels.cs
Tests/SampleMvcApplication/Properties/AssemblyInfo.cs
Tests/SampleMvcApplication/SampleMvcApplication.csproj
Tests/SampleMvcApplication/SampleMvcApplication.csproj.user
Tests/SampleMvcApplication/Scripts/MicrosoftAjax.debug.js
Tests/SampleMvcApplication/Scripts/MicrosoftAjax.js
Tests/SampleMvcApplication/Scripts/MicrosoftMvcAjax.debug.js
Tests/SampleMvcApplication/Scripts/MicrosoftMvcAjax.js
Tests/SampleMvcApplication/Scripts/MicrosoftMvcValidation.debug.js
Tests/SampleMvcApplication/Scripts/MicrosoftMvcValidation.js
Tests/SampleMvcApplication/Scripts/jquery-1.4.4-vsdoc.js
Tests/SampleMvcApplication/Scripts/jquery-1.4.4.js
Tests/SampleMvcApplication/Scripts/jquery-1.4.4.min.js
Tests/SampleMvcApplication/Scripts/jquery-ui.js
Tests/SampleMvcApplication/Scripts/jquery-ui.min.js
Tests/SampleMvcApplication/Scripts/jquery.unobtrusive-ajax.js
Tests/SampleMvcApplication/Scripts/jquery.unobtrusive-ajax.min.js
Tests/SampleMvcApplication/Scripts/jquery.validate-vsdoc.js
Tests/SampleMvcApplication/Scripts/jquery.validate.js
Tests/SampleMvcApplication/Scripts/jquery.validate.min.js
Tests/SampleMvcApplication/Scripts/jquery.validate.unobtrusive.js
Tests/SampleMvcApplication/Scripts/jquery.validate.unobtrusive.min.js
Tests/SampleMvcApplication/Views/Account/ChangePassword.aspx
Tests/SampleMvcApplication/Views/Account/ChangePasswordSuccess.aspx
Tests/SampleMvcApplication/Views/Account/LogOn.aspx
Tests/SampleMvcApplication/Views/Account/Register.aspx
Tests/SampleMvcApplication/Views/Home/About.aspx
Tests/SampleMvcApplication/Views/Home/Index.aspx
Tests/SampleMvcApplication/Views/Shared/Error.aspx
Tests/SampleMvcApplication/Views/Shared/LogOnUserControl.ascx
Tests/SampleMvcApplication/Views/Shared/Site.Master
Tests/SampleMvcApplication/Views/Web.config
Tests/SampleMvcApplication/Web.Debug.config
Tests/SampleMvcApplication/Web.Release.config
Tests/SampleMvcApplication/Web.config
Tests/SampleMvcApplication/bin/AspAuthentication.XML
Tests/SampleMvcApplication/bin/AspAuthentication.dll
Tests/SampleMvcApplication/bin/AspAuthentication.pdb
Tests/SampleMvcApplication/bin/EntityFramework.dll
Tests/SampleMvcApplication/bin/EntityFramework.xml
Tests/SampleMvcApplication/bin/SampleMvcApplication.dll
Tests/SampleMvcApplication/bin/SampleMvcApplication.pdb
Tests/SampleMvcApplication/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Tests/SampleMvcApplication/packages.config
Tests/SampleMvcApplicationNoIISExpress/Content/Site.css
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-icons_222222_256x240.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-icons_2e83ff_256x240.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-icons_454545_256x240.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-icons_888888_256x240.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
Tests/SampleMvcApplicationNoIISExpress/Content/themes/base/jquery-ui.css
Tests/SampleMvcApplicationNoIISExpress/Controllers/AccountController.cs
Tests/SampleMvcApplicationNoIISExpress/Controllers/HomeController.cs
Tests/SampleMvcApplicationNoIISExpress/Global.asax
Tests/SampleMvcApplicationNoIISExpress/Global.asax.cs
Tests/SampleMvcApplicationNoIISExpress/Models/AccountModels.cs
Tests/SampleMvcApplicationNoIISExpress/Properties/AssemblyInfo.cs
Tests/SampleMvcApplicationNoIISExpress/SampleMvcApplicationNoIISExpress.csproj
Tests/SampleMvcApplicationNoIISExpress/SampleMvcApplicationNoIISExpress.csproj.user
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftAjax.debug.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftAjax.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftMvcAjax.debug.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftMvcAjax.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftMvcValidation.debug.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/MicrosoftMvcValidation.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery-1.4.4-vsdoc.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery-1.4.4.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery-1.4.4.min.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery-ui.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery-ui.min.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.unobtrusive-ajax.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.unobtrusive-ajax.min.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.validate-vsdoc.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.validate.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.validate.min.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.validate.unobtrusive.js
Tests/SampleMvcApplicationNoIISExpress/Scripts/jquery.validate.unobtrusive.min.js
Tests/SampleMvcApplicationNoIISExpress/Views/Account/ChangePassword.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Account/ChangePasswordSuccess.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Account/LogOn.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Account/Register.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Home/About.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Home/Index.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Shared/Error.aspx
Tests/SampleMvcApplicationNoIISExpress/Views/Shared/LogOnUserControl.ascx
Tests/SampleMvcApplicationNoIISExpress/Views/Shared/Site.Master
Tests/SampleMvcApplicationNoIISExpress/Views/Web.config
Tests/SampleMvcApplicationNoIISExpress/Web.Debug.config
Tests/SampleMvcApplicationNoIISExpress/Web.Release.config
Tests/SampleMvcApplicationNoIISExpress/Web.config
Tests/SampleMvcApplicationNoIISExpress/packages.config
TraceAndTestImpact.testsettings
packages/EntityFramework.4.1.10331.0/EntityFramework.4.1.10331.0.nupkg
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.dll
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.xml
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.js
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.min.js
packages/Modernizr.1.7/Modernizr.1.7.nupkg
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.js
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.min.js
packages/jQuery.1.5.1/jQuery.1.5.1.nupkg
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_222222_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_454545_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_888888_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.accordion.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.all.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.base.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.button.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.datepicker.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.dialog.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.progressbar.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.resizable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.selectable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.slider.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.tabs.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.theme.css
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.js
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.min.js
packages/jQuery.UI.Combined.1.8.11/jQuery.UI.Combined.1.8.11.nupkg
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate-vsdoc.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.min.js
packages/jQuery.Validation.1.8.0/jQuery.Validation.1.8.0.nupkg
packages/jQuery.vsdoc.1.5.1/Content/Scripts/jquery-1.5.1-vsdoc.js
packages/jQuery.vsdoc.1.5.1/jQuery.vsdoc.1.5.1.nupkg
packages/repositories.config
Download
Click the following link to download aspsecurity.zip.
aspsecurity.zip