Service fabric

0
0

I’m just curious to know if you guys thought about making a sample of WiseJ running in service fabric? I was playing around with the owin hosting to see if I could get it to work and I’m having some issues.

  • You must to post comments
0
0

It would have to be built as a service fabric. I don’t think you can run any service like that.

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-create-your-first-application-in-visual-studio

We can give it a try and see what happens on Azure.

  • You must to post comments
0
0

Here is what I have so far.

Attachment
  • Luca (ITG)
    I have played around a bit and I can run it pretty well locally. Add “-d:localhost” to the Wisej.HostService startup args otherwise you get an access denied error. Having troubles with azure deployment because of the ports and reverse proxies but will get it there too. Basically look for owin self hosting and service fabric. If it works for owin it works with wisej.hostservice. Also, download the latest wisej host service source code, it was improved to eliminate the need to copy the ILMerged exe to /bin.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.