Skip to content

takeoffmedia/crmdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crmdemo

###Credentials:

  • Username: admin
  • Password: @Demo01

Configuration:

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> 

Notes:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors