Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

Why would you need that? SignInToken is only used once to sign in with cookie-based authentication, not for WebApi.

Answer

ABP has an experimental MongoDB implementation: https://github.com/aspnetboilerplate/aspnetboilerplate/tree/dev/src/Abp.MongoDB

Other NoSQL suggestions in ABP issues:

Other relevant links:

AspNet Zero uses dynamic, database-based, per-tenant localization. This is already available from the UI in admin settings.

This issue has been fixed for the next version. You can add these 3 lines.

Your modification is fine. Which version of the MVC 5.x template are you using?

How are you currently calling this method from client side?

Ah, you said RedirectAction in this post, but you're getting the url string from _shopifyManager in that post. Since you're not redirecting to a controller action, that suggestion may not be relevant in solving your issue.

Please avoid creating multiple posts for the same issue. Update the same post so that we can all further understand. Not receiving replies does not mean we're ignoring it. There isn't enough information to reproduce it and offer a solution.

Please show:

  • your code, and

  • the error log. Can you also find out whether the error occurs when you:

  • create a RedirectAction, or

  • return it? You can do this by assigning it to a variable and setting a breakpoint before you return it.

If it's Case 1, you can create and inject IRedirectionDelegate interface in Application project. Then implement and register that in Web.Mvc project where the action (and controller) exists.

If you change internal to public, does it run?

Showing 1431 to 1440 of 1543 entries