Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

The IIS server is unable to access the etoken device

$
0
0
  1. I used the Asp.net core web API to create a file signing server
  2. Users can post files to the server, and the server will call signtool.exe to connect to the local USB token to sign the files, and then return them to the client for download

I run the service using

dotnet MyWebApi.DLL --urls=http://localhost:22000

and successfully tested it. The signature was successfully invoked on the server and the signature was successful!

However, after deploying this web service on IIS, I found that the certificate was not recognized and the signature failed. Display in the log:no certificates were found that met

After searching for some relevant information, I modified the permissions of the application pool, but still couldn't function properly like running the dotnet command directly
enter image description hereExcuse me, how should I configure iis?


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>