Could not find stored procedure 'dbo aspnet CheckSchemaVersion'

Опубликовано: 16 Март 2026
на канале: timeoutexpired
1,717
0

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