Working demo of an ASP.NET Core site in an IOT Core UWP app.
- You must be using Visual Studio 2017 15.7.0 Preview 4.0 or newer
- You must have the IOT Core Background Application template installed: https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/backgroundapplications
- Make sure you have the Node workload installed in Visual Studio to retrieve the SignalR client
- The project must be deployed to a Windows IOT Core device, I'm using a Raspberry Pi 3
- Figure out how to get the entire contents of UwpAspNetLib to copy to the AppX folder without the Post-Build Events that are currently implemented. Ex: UwpAspNetLib.Views.dll, appsettings.json, appsettings.development.json, wwwroot directory
- Upgrade to Bootstrap 4.1.0
- Figure out how to load appsettings from json files
- Get HTTPS working