I'm learning about ABP, and I found it awesome! But sadly I cannot even do it run once ([http://forum.aspnetboilerplate.com/viewtopic.php?f=3&t=4910]))
Then, I want know how I do (if possible) to use only the Multi Tenancy part of ABP? I know it probably must means totally replace the default ASP.Net Identity Provider, but I dont care.
I read in the docs ([http://www.aspnetboilerplate.com/Pages/Documents/Multi-Tenancy])) talks about how ABP does Multi Tenancy, but dont exactly tell what I do to add it to my existing project (if possible). Some step-by-step? tutorial? guide? etc?
I thank you any help
Hello
I'm testing Module Zero, and got: "Multi Page Web Application" - "Web application with server rendered HTML; ASP.NET MVC & jQuery." I included module Zero, downloaded, and opened on Visual Studio.
I needed Restore Nuget Packages. After restore, I updated all packages and I got DynamicFilters problem. I reverted DynamicFilters to 1.4.11.0 and updated the .config files and finally the app decided works (oh, I updated the connection string too)
Finally I got to login screen. I try admin + 123qwe and it asked for Tenancy name (How I do to access as host?)... I accessed the database for table AbpTenants and discovered the only Tenancy name is "Default"...
Typing Default + admin + 123qwe looks finally I can do login and... I got a empty page with this JSON result:
{"result":null,"targetUrl":null,"success":false,"error":{"code":0,"message":"Empty or invalid anti forgery header token.","details":null,"validationErrors":null},"unAuthorizedRequest":true,"__abp":true}
So, I did something wrong? I thank you any help.