ASP.NET Membership Error

前端 未结 4 1355
终归单人心
终归单人心 2021-01-13 16:25

I\'m using ASP.NET MVC. I inserted ASP.NET membership tables into my database and i\'m getting the error written below. Solution maybe? Thanks.

The \'

4条回答
  •  萌比男神i
    2021-01-13 16:56

    1. Make sure the "aspnet_SchemaVersions" table exists in your database
    2. Make sure it contains an entry for each "feature" you are using. The aspnet scripts should do this for you.
    3. Check your security (connection string) to see if you have the right to select from that table, exec the procs, etc. from the web app.

提交回复
热议问题