I am new to web hosting, and please forgive my ignorance.
my company has a website, and the site is an Ruby on Rails application with Passenger hosted on a linux server.
I would like to know if it is possible to install an additional asp .net core application to the same site to provide some functionalities.
for example, if the original site is "https://rubyapp.xyz.com", what I would like to do is to route "https://rubyapp.xyz.com/aspnetcore" to an asp .net core application installed on the same server.
I am not sure if this is going to work, I would highly appreciate any advice from you. Thanks in advance.