Forum member

mayqueen

3 posts

Posts by mayqueen

  1. Server License under Linux

    For others looking for an answer: We were able to run ncrunch server license using mono, but it doesn't work properly because of urls (to be more specific: problem was with slash / backslash, they are different for linux). I got an error "System.IO.IOException: File path must be absolute with di…

  2. Server License under Linux

    [quote=Remco;12202]Hi, The NCrunch License Server was built in v4.0 of the .NET Framework. It is an MVC ASP.NET application designed to run on an IIS Server. To my knowledge, there is no way that it can run on .NET Core. Sorry, but I don't think there is any way to accomplish what you are tryi…

  3. Server License under Linux

    Hi, we just bought few licenses of ncrunch for our developers. My task is to setup server license to manage these. We would like to have it on a docker container on Linux. I was able to run Linux container with .NET Core (thanks to one of dockerfiles from Microsoft, published on github), but I ha…