Simple Ticket web app.
This is a beta version not finished yet.
Install Mysql,IIS,VS2015
Before run the application from VS, you need to restore nuget packages doing right click in the solution and choose :"Restore Nuget packages"
You need to open the web.config file and use your credentials in the section "ConnectionStrings". RootConnection will contain a user with rigths to create databases in mysql. DefaultConnection will be used to connect to the mysql database used by MyTasks.
After have the correct connectionstring you can run from VS and go to the url: - localhost:58070/Install/FirstInstall (and press in Create and Install database).
http://mytasks.biglamp.cl. You can use [email protected]/ password to log in. From there you can see some demo data and demo users.