Base solution for your next web application

Activities of "tteoh"

Hi, I'm using MVC5AJ1.

I'm trying to send request by using Postman with following the [https://aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs#token-based-authentication]) here. But why am I getting Error 400?

Thanks. /Tommy

I'm using Asp.net Core Angular. I set .Web.Public project as startup project. After that, I 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>) ?

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.

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

Question

Hi,

How can I send the notification to multiple clients and the client is currently online?

Thanks.

Question

Hi, I'm using MVC5AJ1.

What I'm trying to do is get a notification every time the table is Insert/Update/Delete/Truncate from Service Broker. And I found out this article: [http://www.dotnetfunda.com/articles/show/3334/instant-database-changes-using-signalr]) Therefore, I'm wondering how to inject SQL Dependency in ABP Framework.

Thanks.

Question

Hi,

I have create multiple menu in MpaNavigationProvider.cs.

But now the problem is : How can I control which menu to display at the different view? is it possible when a sub-menu is clicked, the page load and changes MainMenu to SecondMenu?

Question

From abp documentation, it explained menu is generated automatically by the framework based on NavigationProvider object into JavaScript in the client side.

The intent is to create a menu item that execute a JavaScript function that opens up modal dialog box using Jquery UI or Bootstrap rather than url, which redirect to a new page.

How is this possible for MPA? Any code snippet is most appreciated.

Thanks. /tommy

Hi

Can I combined MVC5 Aj and MVC5 Jq in one project? And, If I combined both in one project will influence any problem to came out?? Becuz I wondering MVC5 Aj whether can cross assist with MVC5 Jq in one project. Example, can reused the MVC5 Aj's authorization in MVC5 Jq.

Thanks.

Showing 11 to 20 of 39 entries