Hi,
We fixed it, and it will work next release. Check this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/commit/60a17ced7fa915917d162ccc60ef3e2947d089be">https://github.com/aspnetzero/aspnet-ze ... 2947d089be</a>
Thanks, @Ribbo
@riaan, it makes sense for the user to see the admin link after login. We will add this functionality. Thanks for suggestion...
You can follow this issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/303">https://github.com/aspnetzero/aspnet-ze ... issues/303</a>
Hi,
Did you add it at DbContext, too?
Hi,
Could you explain a bit more what you mean "It doesn't work"? What error are you getting?
Hi,
Could you check this conversation? #3499
Hi,
This is the common design. You should redirected to where you came from. Public and Admin sites are hosted seperately, but they behave like one application. If you want to change this behaviour, you can set returnUrl manually, or redirect it in login action. Or if you explain your scenerio more detailed, we try to help you.
Thanks...
Great. This is the best way to achieve what you want to do.
Logger come from base class and it is the property of base class. Property injection runs after class constructor method. If you inject the logger class to constructor as parameter, you can use it. I mean something like following:
public IntegrationWorker(ILogger logger, AbpTimer timer,
IRepository<ConfigurationData> configurationRepository) : base(timer)
- Can they be hosted together? How?
Yes, follow this steps: <a class="postlink" href="https://aspnetzero.com/Documents/Merge-Angular-Client-Server">https://aspnetzero.com/Documents/Merge- ... ent-Server</a> Or download automatically merged project, publish and deploy like that is explained in document.
- Can they be hosted separate? How?
Yes, for AngularUI check this: <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Angular#deployment">https://aspnetzero.com/Documents/Develo ... deployment</a> for Host project check this: <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/publishing/iis">https://docs.microsoft.com/en-us/aspnet ... ishing/iis</a>
NOTE: If you deploy them seperately, they behave like two separate websites and they use different domains. So you should change appSettings that is explaining in document.
Actually this is not normal. When we tested, we did not find that issue. Could you share some screenshoot from your visual studio solution explorer(not from ZIP, because, some of UI components restoring after opening project in visual studio)?