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)
-
0
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.
-
0
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. -
0
Both very useful answers. Thanks.