Base solution for your next web application
Open Closed

N-Tier Application Architecture in ASPNetZero #1560


User avatar
0
feliw created

Hi Hikal,

Is it possible for us to separate the current aspnetzero architecture deployment into WebService server, and FrontEnd server ? Right now in SPA, the webservice is hosted directly with the Web correct ? Need your direction about this, and do you find any concerns if we separate the layer like that ?

Thanks for your great support before. :D :D


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Currently it's not automatically possible. But you can create a new FrontEndWeb project and move front-end related code to that new project and delete from the main Web project. We designed as unified since it's easier to share code (especially js code) between front end and back end. Also, thus, they can share same cookie and authenticated users are authenticated in both applications.