Author: .NET Web Development and Tools Blog | Posted on: 10/9/2013 7:45:52 PM | Views : 1217

ASP.NET Identity packages are now available on MyGet. This means that a successful nightly build of ASP.NET Identity will be pushed to MyGet package feed along with the rest of ASP.NET Web Frameworks such as MVC, Web API, SignalR, EntityFramework etc Steps to follow in Visual Studio to configure the MyGet feed to pull in the nightly packages for ASP.NET Identity You have to configure NuGet to add a package source to the MyGet feed to pull in the latest nightly packages for ASP.NET Identity. - Right click project and click Manage NuGet packages   - Bring up the Manage NuGet Packages dialog and Add a feed pointing to http://www.myget.org/F/aspnetwebstacknightly/ It should look like the screenshot below - Once you add the feed, you can go...(read more)

Go to the complete details ...