View previous topic :: View next topic |
Author |
Message |
panoramix
Joined: 06 Jul 2019 Posts: 4 Location: France
|
Posted: Sat Jul 06, 2019 4:40 pm Post subject: A .NET Core version for UNIX/Linux ? |
|
|
While it seems your products are for the Windows platform, now that we have .NET Core will you have at least a version for unix/linux for the Authentication server ?
There are ample choice for a data connector : https://devblogs.microsoft.com/dotnet/net-core-data-access/
SQL server is on Linux now.
Our websites are on Linux, implementing one Windows host just for this seems a bit much on resource allocations/security, or do you have solutions/alternatives ? |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Jul 13, 2019 1:46 am Post subject: |
|
|
The Authentication Service is currently built on ASMX web services (and web forms for the configuration). These are not supported by .NET Core (and probably won't be). Porting the Authentication Service to use a .NET Core Web API would not be a trivial task and would not allow backward compatibility (ie all existing applications which use the existing web service to communicate would no longer work). This is probably a longer term project. _________________ Infralution Support |
|
Back to top |
|
|
|