Base solution for your next web application
Open Closed

Mobile API on new project #7060


User avatar
1
josus created

Hello,

We need to add a new project to the solution using some of the services of the framework, authentication, database model and others. How can we do that? The reason for this requirement is to publish an isolated appservice on azure to serve the mobile apps without impacting the backend.

Can we do this using the same product name and license?

Thanks.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @josus

    Yes, you can create a new project and structure it like *.Web.Host project. *.Web.Host project works like an API project. You need to use same naming prefix, otherwise you might get license exception.

  • User Avatar
    0
    alper created
    Support Team

    or you can just use the *.Web.Host project as your second host. publish it to a new appservice and consume it from your mobile ends.

  • User Avatar
    0
    BobIngham created

    Both very useful answers. Thanks.