You can reduce the quality of photos to speed up the loading of your site
JavaScript is a complex language. If you are a JavaScript developer at any level, it is important to understand the basics. This article addresses 12 concepts that are important for any JS developer to understand, but by no means cover the full extent of what a JS developer needs to know.
NET 5., the successor to .NET Core 3.1. And .NET Framework 4.8., Intends to bring a new cross-platform development experience to .NET developers. Offer. This brings new good features. Of course, in this article you will not learn everything about .NET 5., but you can focus on 5 to get a better understanding of what is happening.
If you own a website or work on a customer website, then you need to know the importance of SEO. Without proper SEO strategies, you can not get high rankings in Google.
Success in a media channel such as organic search depends on the content. In particular, the production of useful content has the ability to rank. In its recent algorithm updates, Google has focused heavily on promoting great content and natural links, and penalizing poor content with unspecified links.
Today we want to talk to you about identity 2
1.Open your Visual Studio to get started
2.Click on create a new project
3.Find Asp.Net Web Application (.Net Framework)
4.Click on it
5.Click create
6.Click change Authentication (Change) and click on Individual User Account
7.Click Ok and then create
Congratulations, you have achieved identity 1, but our goal is identity 2
You must first go to the Package Manager Console
You can bring it from the Tools tab and the NuGet Package Manager section and then the Package Manager Console
And then copy this into it
Install-Package Microsoft.AspNet.Identity.Samples -Pre |
If you have reached this stage, you should be proud of yourself
Your website is now on identity2
I'm sorry but I can not explain all the sections
First let's create an identity database
You have two connectionStrings in Web.config
Comment on the first one
This is the code you have in your web.config
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=Identity_2-2-1-alpha1;Integrated Security=SSPI" providerName="System.Data.SqlClient" /> |
I put the second one for you
connectionString=Data Source=(LocalDb)\v11.0 |
Delete this
And just put (.) Instead
My friends, I will post the second part of this article on the site soon
Please support us
We really want you to support the word beta next to the site name after us
How to work with identity 2 in MVC (Part 2)