Hi,
Ok so you actually havent installed .net core on a physical server as such, im looking to see if there is a sysadmin that has installed .net core on a shared server that also supports full.net. The reason is I want to know if there are any special configurations or catch me's. I dont want to implement .net core on a server only to have issues, etc on a production server.
I guess I am looking for the following answers.
1) Is .net core and .net full compatible with eachother on a shered hosting server
2) If it is as simple as installing the .net core runtimes, is there any special configuration like there is when we secure shared hosting on a windows server for production ?
3) I believe the .net just needs to be set to none for .net core to work in a website.
Hello,
While i am unable to comment on the full compatibility of using both versions i can confirm that there is no need to set the ASP.NET version to no managed code.
There are multiple discussions on the forum such as: https://solidcp.com/forum/question/no-managed-code-application-pool-option/ which demonstrate that it is working fine (They do also mention they ran the dotnet core 2.0 web hosting installer).
Thanks,
Trevor Robinson