0

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 Answers1

-1

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.

Ivien
  • 427
  • 2
  • 5
  • While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Alex Riabov Sep 13 '18 at 10:07