Yes I tried running it from inside visual studio, it builds with no errors, but the output directory doesn't have an executable like the one from the .Net 4.6.1 framework version
If I download and use the .Net framework 4.6.1 version of the template I do not have the same problem.
How do I access your github? brallierc is my user account
Perfect this guide clears everything up. Anyone that has deployed this solution in the past will find that the Host solution is not really any different than deploying other versions of the software. The big difference is the Angular2 client which takes a different approach. It seems my biggest issues were that I did not realize the structure of the dist directory and those other configuration pieces that connect the host and client together
I appreciate the reply and I have been searching the web for answers and obviously I just don't get it... can anyone give me step by step instructions on how to deploy to Azure and then get the Angular2 UI to run from Azure?
As I have looked through these forums there are a couple posts with pieces and this thread has a piece too... but nothing puts any of this together. Sorry but I really need help here guys
Thanks for the reply, do you have any other details? Once it gets up to the dist folder... what then?
I tried publishing the AngularUI project from Visual Studio to Azure, all that gets uploaded is the web.config... any thoughts?
Solved by updating TypeScript to the latest version. I had version 1.8.x and now I have 2.1.4
I found the answer to my question in the AspNetZero forum:
featureDependency: new SimpleFeatureDependency("FEATURE NAME GOES HERE")
Thanks! that was the problem. I was using TenantNotification instead of TenantNotificationInfo.