Base solution for your next web application

Activities of "ismcagdas"

Hi,

AspNet Zero is build with Entity Framework, so it does not have a ready to use NHibernate version. You can change it manually if you want because ABP Framework supports NHibernate but I Don't know how hard it will be to move from EF to NH.

Hi,

What you have done seems correct. Do you get an error on server side ? If so, there must be error details in Logs.txt file under your web project.

If you are unable to post your data from client side to server side, do you have a javascript error ? You can check browser's developer console.

If you dont have any javascript error, can you share your SurnamePrefix input's html code ?

Answer

Hi,

If a tenant has a seperate database, you can use CreateOrMigrateForTenant but if you store tenant's data in host database then you should use CreateOrMigrateForHost.

You can check MultiTenantMigrateExecuter class in the Migrator tool.

Basically first run CreateOrMigrateForHost once. Then run CreateOrMigrateForTenant for each tenant who has ConnectionString set.

Answer

Hi,

After filling those settings in web.config, an icon must appear in the login page. Do you try to login by clicking that icon ?

Answer

Hi,

You can create new roles and grant permissions after creation of roles using AbpRoleManager class. You can check it here <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/blob/8c8d3e2652720f52ddb52954f3838cea692de02f/src/Abp.Zero/Authorization/Roles/AbpRoleManager.cs">https://github.com/aspnetboilerplate/mo ... Manager.cs</a>

Hi,

Please see this document <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>. You can apply same for Tenant entity.

Hi,

This problem should be solved with this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1595">https://github.com/aspnetboilerplate/as ... ssues/1595</a>. Can you try it after the release of ABP v1.1 ?

Thank you.

Thank you for sharing your solution :)

Hi,

Can you try to run your app with a different browser ? And see if the same error happens again.

Hi,

It depends how do you want to see the url. For example you can use it like this.

url: 'companies/:companyId/:userId'
Showing 11911 to 11920 of 12740 entries