0
thiens0n created
Hi all,
I'm using asp net zero mvc project. I want to use 2 separate domain for frontend and backend, for example: frontend.com and backend.com. frontend.com map to front end page of application (Home/Index) backend.com map to backend application (Mpa) and not allow user access with link: frontend.com/mpa
Thanks,
1 Answer(s)
-
0
Hi,
Current version of AspNet Zero does not support this. I'm not sure if it is possible to achieve this by writing custom code on the project but you can try by searching on the web.
If you are using ASP.NET Core version, our next release will include seperated version of public FrontEnd website which you can deploy seperately.
Thanks.