Base solution for your next web application

Activities of "ismcagdas"

Answer

Hi,

I'm asking just to be clear, why do you need to define that setting tenant level ? Do you want each tenant to access host website in a different url ?

Hi,

You are right, you cannot assign editions to users. And if you use roles for that, you cannot control the amount of emails by roles or permisisons.

Maybe, you can use settings for that. You can add another tab next to roles tab on user editing dialog for editing user specific settings like AllowedEmailCount.

You can take a look at settings documentation <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Setting-Management">http://aspnetboilerplate.com/Pages/Docu ... Management</a>.

Answer

Hi,

You can use angular bootstrap's tabs <a class="postlink" href="https://angular-ui.github.io/bootstrap/#/tabs">https://angular-ui.github.io/bootstrap/#/tabs</a>. It has a template-url property.

But I'm not sure if it will work or not for navigation menu, you need to try and see :). We will be happy if you share your result ith us.

Hi,

We are planning to release in a few days. I know that you are waiting for seperation of MPA and SPA feature but unfortunately it's not going to be in this release as well.

We might do it after this release.

Hi,

Please see #1532

Hi,

Does your project build when you remove those lines ? You dont need to replace application project.

Just try to update your visual studio. To do that, in Visual studio click Tools > Extensions & Updates > select updates on the left menu and then click update on visual studio update if there is one.

Hi,

It seems like it's related to Visual Studio. Which version of visual studio do you use ?

If it is VS 2015, try to update it.

If you look at the _webUrlService.GetSiteRootAddress(tenancyName) method, it returns url for a tenant. In a SAAS app each tenant might have different subdomains like <a class="postlink" href="http://tenant1.yoursite.com">http://tenant1.yoursite.com</a>, <a class="postlink" href="http://tenant2.yoursite.com">http://tenant2.yoursite.com</a> etc. Because of this, target url might be different that current url.

Hi,

just derive your class from either ITransiendDependency or ISingletonDependency according to your needs.

public class GeckoAuthenticate : DefaultExternalAuthenticationSource<Tenant, User>, ITransientDependency

We will add this to documentation as well, thanks for informing us.

Hi,

Can you try to log values of tokenId in Impersonate and ImpersonateSignIn to see if they are equal ? Can you also log the value of targetUrl in SaveImpersonationTokenAndGetTargetUrl method while impersonating ?

Showing 12401 to 12410 of 12723 entries