C_GetSlotList Failing when called from IIS but not from IIS express

后端 未结 1 1467
我在风中等你
我在风中等你 2020-12-07 04:30

So I have this c# webservice that eventuallly calls C_GetSlotList() method from the German Elster toolkit (Eric) thru some smartcard usb driver placed in system32 folder. I

相关标签:
1条回答
  • 2020-12-07 05:00

    Changing IIS application pool identity to LocalService usually helps. Don't ask me why :)

    0 讨论(0)
提交回复
热议问题