Hello,
i want to create a Rest-API between my program and a database. My task is it to use ASP.Net and Tomcat as the webserver.
I didnt find any good answer for this combination, but many comments say that it is not possible to run asp.net programs with apache tomcat.
In my opinion i should better use asp.net core with Microsoft IIS. Maybe someone can tell me the right or better way to implement it.
Thank you very much!