<cite>alper: </cite> MVC and Angular are two different project outputs. You cannot have them both.
Hi~
Okay. Because I reading the article's structure layer and it has mentioned what is .Web.MVC project (<a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#solution-structure-layers">https://aspnetzero.com/Documents/Develo ... ure-layers</a>), So I thought asp.net core must have .Web.MVC project. Thanks.
I have one more question: I set .Web.Public project as startup project. After that, I have run the application and the application will launched the main page(<a class="postlink" href="https://imgur.com/2XeNTGZ">https://imgur.com/2XeNTGZ</a>). Then, I go through login page to login. But why after I login to the application, that application has didn't route me to dashboard screen and route me to the same main page(<a class="postlink" href="https://imgur.com/baSM6op">https://imgur.com/baSM6op</a>)??
But if I direct to browse <a class="postlink" href="http://localhost:4200">http://localhost:4200</a> in my browser and login user, then it will route me to the dashboard screen.
Thanks.
Hi,
I'm download Asp.net Core Angular project. Version is v5.5.2. Framework is .NetFramework v4.6.1 .
Why .Web.MVC project is missing in Asp.net Core Angular project (<a class="postlink" href="https://imgur.com/ecbFuzA">https://imgur.com/ecbFuzA</a>) ?
Sry, I founded the problem, that is my mistake.
Thanks.
Hi,
When I route to login page, then i getting this error.
The below link is a image that shown what error i getting in the browser (<a class="postlink" href="https://imgur.com/xShZJUS">https://imgur.com/xShZJUS</a>)
Can I know why I getting this error?
Thanks.
<cite>maliming: </cite> In the project's root directory, as shown.
Thanks. :D
Hi miliming,
oh~ So can I know which project is the correct angular directory? image : (<a class="postlink" href="https://imgur.com/a/brTTekf">https://imgur.com/a/brTTekf</a>) sry, I'm a newbie using this asp.net core project.
<cite>ismcagdas: </cite> You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.
Thanks :D
<cite>alirizaadiyahsi: </cite> Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>
Thanks :D
Hi,
I'm try using Asp.net core angular's .web.sln project. But how can to run the application?
When i type "npm start" in command line, then will getting an error.
This picture(<a class="postlink" href="https://imgur.com/a/mABsc4P">https://imgur.com/a/mABsc4P</a>) is shown what error i getting.
Thanks
Hi,
How can I send the notification to multiple clients and the client is currently online?
Thanks.