A simple Web App for registration of visitors and generating visitor a pass.
Microsoft .NET Framework 4.5.2
Entity Framework compatible Data Source (e.g. Microsoft SQL Server) *MySQL could work, but may require some extra focus https://forums.mysql.com/read.php?174,601264,601264
Microsoft IIS Server (WCF enabled)
For Build: Microsoft Visual Studio with Nuget Support
- Create Database within SQL Server
- Execute SQL Script
- Open and use the Publish Feature in Visual Studio and deploy it to your Webserver
- Update WCF Endpoint Address in VisitorRegistration.Web\Web.config
- Update SQL Connection String in VisitorRegistration.Web\Web.config
This App was only built for a PoC, and is not production ready.
Feel free to contribute, every contribution is welcome irrespective of the size of the change.
Please review the Code of Conduct before making any contribution.
Before making any source code change, please make sure your code matches the StyleCop guidelines.