0
dev.touchpoint created
Hi, me and my team are using non-core ASP.NET Zero Version 5.6.0 (ASP.NET MVC 5 & AngularJs 1.x).
We are wondering how to implement so call User site and Admin site, which means:
- If a user login, system will directs the user to User site
- If admin login, system will directs admin to Admin site.
Thanks, Kenny.
2 Answer(s)
-
0
You can change
returnUrl
according to user type(user or admin) after successful login. -
0
Hi maliming,
Thanks for the quick response.
Thanks, Kenny.