Deploying ASP.NET Core WebAPI Or .NET Framework on Apache server on Windows

2k views Asked by At

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.

1

There are 1 answers

1
Ivien On

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.