bassemAgmi / EInvoicingSigner

A command prompt application used to serialize and sign tax payers documents before sending the documents to Egyptian Tax Authority.
71 stars 57 forks source link

Server issue #37

Open Karimttarek opened 1 year ago

Karimttarek commented 1 year ago

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

mexx1988 commented 1 year ago

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.