We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the aspnet\WebApi\BasicAuthentication project the web.config file references a local DB
aspnet\WebApi\BasicAuthentication
aspnet-BasicAuthentication-20131121044235.mdf
It's not in the App_Data folder, or anywhere I've been able to find. I didn't notice any documentation for manually creating it.
App_Data
Can someone tell me where it is, or where the schema is so I can create it?
The text was updated successfully, but these errors were encountered:
@rob-watts The application will automatically create the database if it does not exist. You can see the initializer code in UserDbContext.cs
Sorry, something went wrong.
No branches or pull requests
In the
aspnet\WebApi\BasicAuthentication
project the web.config file references a local DBaspnet-BasicAuthentication-20131121044235.mdf
It's not in the
App_Data
folder, or anywhere I've been able to find. I didn't notice any documentation for manually creating it.Can someone tell me where it is, or where the schema is so I can create it?
The text was updated successfully, but these errors were encountered: