I want to host an (ASP.NET Core WebAPI) or (.NET Framework Web Application) on Apache Server on Windows.
i searched for solutions and i found a module called mod_aspdotnet but i can't seem to find any tutorials on how to use it in windows for the above situation.
any help would be much appreciated.
Maybe you can try using the Apache server as a reverse proxy server, follow the Microsoft's article Host ASP.NET Core on Linux with Apache,
Or with mod_aspdotnet, check their home page at mod_aspdotnet module for Apache HTTP Server 2.x for introduction.