Using:
- Visual Studio 2019 Community
- Create Project -> ASP.NET Framework Web App
- Solution in same project
- Framework 4.7.2
- Empty
- Uncheck configure for HTTPS
- Add item: HTML file -> Default.aspx
- gitignore from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
- dos2unix all files
Signed-off-by: Micah Young <ymicah@vmware.com>