EgoDB.Identity
0.1.4
See the version list below for details.
dotnet add package EgoDB.Identity --version 0.1.4
NuGet\Install-Package EgoDB.Identity -Version 0.1.4
<PackageReference Include="EgoDB.Identity" Version="0.1.4" />
paket add EgoDB.Identity --version 0.1.4
#r "nuget: EgoDB.Identity, 0.1.4"
// Install EgoDB.Identity as a Cake Addin #addin nuget:?package=EgoDB.Identity&version=0.1.4 // Install EgoDB.Identity as a Cake Tool #tool nuget:?package=EgoDB.Identity&version=0.1.4
EgoDB Identity
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- EgoDB (>= 0.2.0)
- Microsoft.AspNet.Identity.Core (>= 2.2.0)
- Microsoft.AspNet.Identity.Owin (>= 2.2.0)
- Newtonsoft.Json (>= 6.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
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>