Hosting an aspx web service on a Linux Server
Hosting an aspx web service on a Linux Server
I'm tryig to get my first restful api to hosted on my Linux server (which I control via cPanel), decided to make it in aspx but when I tried to host it I was told to use IIS, which I know is used to control microsoft servers, do I have to make my api on php or is there a simpler way?
You might either use PHP or ASP.NET Core, which are designed to be cross platform. ASPX is part of the old ASP.NET which is Windows only.
– Lex Li
Sep 18 '18 at 15:43
0
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy
Why did you choose ASPX in the first place?
– mason
Sep 18 '18 at 15:36