###Credentials:
- Username: admin
- Password: @Demo01
To run application the following connection strings should be configured in CrmDemo project web.config file:
<connectionStrings>
<add name="DefaultConnection" connectionString="[DB connection string]" providerName="System.Data.SqlClient" />
<add name="Crm" connectionString="[Dynamics CRM connection]" />
</connectionStrings>To run the tests the following connection string should be configured in CrmDemo.Test project app.config file:
<connectionStrings>
<add name="Crm" connectionString="[Dynamics CRM connection]" />
</connectionStrings> - A MVC controller is used to load the web page with the templates and the required javascript/css bundles.
- Web Api SPA project template was used to generate the project.
- Angular-Spa-Security nuget package used to manage authentication with AngularJs
- More users could be registered in the application, but all of them will use the same Dynamics CRM account