Skip to content
/ base.lite Public
forked from Appleseed/base.lite

A thin version of Appleseed Base, an open source .NET enterprise communications engine.

License

Notifications You must be signed in to change notification settings

mezu/base.lite

 
 

Repository files navigation

Appleseed Base : An open source .NET enterprise communications engine.

For MySQL and Sql Database you have to initialize databases first.

#SQL Server

  1. Create a database named "ga"
  2. Go to folder named "script" in the solution.
  3. Run the scripts into visual studio management studio from the file "SqlServer_Script.sql"

#MySQL

  1. Go to folder named "script" in the solution.
  2. Run the scripts from the file "mySql_Script.sql"

The application can be run in two forms.

  1. Application can be run for all the Queues described in the app config file (snippet of the app.config is given below)
  2. Application can be run for a single Queue.

If you want to run for a single Queue add the queueName in the program.cs file.

If you want to run all the Queues you have to omit queueName from the program.cs .

#App.config snippet . Only the needed configuration are shown here. Add the below section before the ending tag

About

A thin version of Appleseed Base, an open source .NET enterprise communications engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.0%
  • C# 42.1%
  • Classic ASP 2.3%
  • HTML 0.6%