Jonathan Sheely
Jonathan Sheely
@n0099 It's getting installed in the `bin/Debug/net7.0/runtimes/ubuntu20.04-x64/native` directory Not sure I follow how that environment variable works. Will try it. I'm currently just using `dotnet run` **Update** I copied the...
Oh I ran the `ldd libOpenCvSharpExtern.so` and see that `libtesseract.so.4 => not found` I think that has something to do with it **Update** Yep all I needed was to install...
@o1egl Looking for feedback if this is something you're interested in bringing into the project. I can scaffold out the rest of the feature then.
Having the same problem. Even made sure to edit the applicationHost.config file with a 64-bit text editor (notepad.exe) as indicated here http://www.beacontechnologies.com/blog/2014/06/why-are-changes-to-my-applicaionhost-config-not-showing-up-in-iis/
In both our cases the w3wp.exe is runnining but the node.exe does not after a iisreset until you manually go to the site. I've tried both virtual directory applications and...
It's also worth noting that in the new version of IIS 8.0 you don't have to make changes to applicationHost.config manually. The settings are available in the IIS Manager.
Oh man...... I figured it out in my situation. The issue was I was using a self signed SSL certificate and had a HTTP to HTTPS rewrite rule. Evidently the...
Without diving deeper into the SSL issue. I would recommend allowing HTTP over port 80 on a single route. In my case I opened up `/warmup`. Then handle that route...
It's also worth noting that I'm actually not certain that ANY SSL, self signed or other, works with Application Initialization. It may only be able handle un-encrypted responses.
@microsoft-github-policy-service agree