Hello @Juan Rivero! Have you considered these :
- All the projects in the solution should be compatible with the same target framework version.
- If multiple projects in the solution have their own web.config file, then the settings in these files could potentially conflict with each other. In such cases, you may need to merge the settings from these files into a single web.config file for the web app.
- If the projects have dependencies on each other, then you will need to make sure that these dependencies are correctly resolved when publishing to the web app. Why wont use containers ? create a separate Dockerfile for some ( somehow gather dependencies) and publish others as Web Apps In theory it is possbile , under limitations of the code itself I hope this helps ! If you find this helpful kindly mark it as Accepted! BR