1

I'm attempting to use the ASP.NET universal providers in my MVC4 application. Among other places, this article describes how, the first time you attempt to register a user, the tables should auto-create in my DB.

I had this working on my internal app/db, but I used the asp.net web configuration tool to create my first user. When I deployed this to production, I attempted to register a user and was hit with an error indicating dbo.Applications didn't exist, which is one of the tables that should have been created.

Any thoughts on why these tables weren't created? I've made sure the System.Web.Providers dll was copied to the bin folder. I'm also sure my app can manage CRUD tasks on my database.

4

1 に答える 1

0

ああ、当たり前。呼び出しを行っていたアプリプールIDに対して設定されたパーマを作成していなかったことが判明しました。恥ずかしそうに頭を下げます

于 2013-02-13T00:43:53.737 に答える