I used it on my site and it works fine, but I want it to work on the client side when I do the invoice from another machine it return me "no slots found" because the token is not plugged in the server
I need to use it from Any device other than the server .
The idea that came to my mind is to plugging the token in the server, but this is an impractical solution and I cannot do that
Any other solution
If you're using a web application, then try to use Kestrel or run the appPool at IIS as LocalService,
However, post here your code and describe your issue with details, so others can help.
I used it on my site and it works fine, but I want it to work on the client side when I do the invoice from another machine it return me "no slots found" because the token is not plugged in the server I need to use it from Any device other than the server . The idea that came to my mind is to plugging the token in the server, but this is an impractical solution and I cannot do that Any other solution