Before start this video you must watch video
"Using ASP.NET membership provider" from this youtube channel,
in this video we need code of web.config file
I got error
Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
because
1st reason is stored procedure 'dbo.aspnet_CheckSchemaVersion' is not present in your administration DataBase.
Solution - stored procedure 'dbo.aspnet_CheckSchemaVersion' should be present in your administration database.
You will get stored procedure
in the
userDetails DataBase - Programmability -
Stored Procedures - aspnet_CheckSchemaVersion
2nd reason is in the web.config file, check connectionstring of your administration DataBase with membership's connectionstring
solution - connectionstring of your administration DataBase with membership's connectionstringName should be same