According to your documentation the Web.Mvc "is the main application which is entered by username and password."
In my fresh generated project v5.2.0, .Net 4.6.1, AspNetZeroAngular2 this assembly does not exist.
What to do now?
3 Answer(s)
-
0
Hi,
I guess you are looking at a wrong documentation. Angular projects, clearly, doesn't have a *.Web.Mvc project.
Please check our angular documentation <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Angular">https://aspnetzero.com/Documents/Gettin ... ed-Angular</a>
-
0
Hi,
Ok. Got it. Your documentation is a little bit confusing.
I was looking where the README.md in the aspnet-core folder of the downloaded project pointed me to: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Core">https://www.aspnetzero.com/Documents/De ... Guide-Core</a>
The Angular guide clearly states, it is only describing the Angular app. "This document is only for the Angular application. For server side, see ASP.NET Core documentation too."
Didn't realise I have to subtract things then.
Thanks for the clarification.
-
0
We'r open for the clear document ideas.