EgoDB.Identity 0.1.5

dotnet add package EgoDB.Identity --version 0.1.5
NuGet\Install-Package EgoDB.Identity -Version 0.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EgoDB.Identity" Version="0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EgoDB.Identity --version 0.1.5
#r "nuget: EgoDB.Identity, 0.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EgoDB.Identity as a Cake Addin
#addin nuget:?package=EgoDB.Identity&version=0.1.5

// Install EgoDB.Identity as a Cake Tool
#tool nuget:?package=EgoDB.Identity&version=0.1.5

EgoDB Identity

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on EgoDB.Identity:

Package Downloads
EgoDB.Identity.Sample

EgoDB Identity Sample

EgoDB.Identity.SampleAdminLTE

EgoDB Identity Sample Based On Admin Bootstrap 3.x Template

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.5 2,237 4/17/2015
0.1.4 1,264 4/16/2015
0.1.3 1,391 4/12/2015
0.1.2 1,231 4/12/2015
0.1.1 1,415 4/10/2015
0.1.0 1,394 4/9/2015
0.0.9 1,385 4/5/2015
0.0.4 1,632 4/5/2015
0.0.3 1,039 4/5/2015
0.0.2 1,037 4/5/2015
0.0.1 1,041 4/5/2015

PM> Install-Package Microsoft.AspNet.Identity.Samples -Pre

remove from packages file Install-Package Microsoft.AspNet.Identity.Samples

PM> Uninstall-Package Microsoft.AspNet.Identity.EntityFramework

PM> Uninstall-Package EntityFramework

and remove this from web.config:

 <entityFramework>
   <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
     <parameters>
       <parameter value="v11.0" />
     </parameters>
   </defaultConnectionFactory>
   <providers>
     <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
   </providers>
 </entityFramework>

and

<configSections>
   
   <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
 </configSections>

 and

  <connectionStrings>
   <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=xxxxxxx-2-1-alpha1;Integrated Security=SSPI" providerName="System.Data.SqlClient" />
 </connectionStrings>



delete IdentityModels.cs from models folder

delete IdentityConfig.cs from App_Start folder

add in web.config replace:


<connectionStrings>
   <add name="EgoDB" connectionString="Database=MyEgoDB;Data Source=(LocalDb)\EGO-DB" />
 </connectionStrings>