You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Got questions/feedback/issues? Please help us make Lean better by creating new issues and sending us feedback.
Some configuration is required, follow these steps:
Enable NuGet Package Restore for the Solution.
Create a ConnectionStrings.config file in the Web project folder, do not add it to the project.
This will never get committed to your repository, which will allow every developer to have their own data stores.
Sample connection string for the boilerplate:
<connectionStrings> <add name="LeanEntities" connectionString="Data Source=LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\ExcellaLean.mdf; Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings>
Enable Windows Authentication in IIS, disable Anonymous Authentication.