Certificate issues running app in Windows 7

前端 未结 3 881
逝去的感伤
逝去的感伤 2021-01-03 09:26

I\'m having some problems with my app. I\'m using the \'org.mentalis.security\' assembly to create a certificate object from a \'pfx\' file, this is the line of code where t

3条回答
  •  感情败类
    2021-01-03 10:03

    I solved this by going to c:\windows\system32\inetsrv or syswow64\inetsrv

    and running the following command

    appcmd set apppool "" -processModel.loadUserProfile:true

    This solved it

    Richard Allen

提交回复
热议问题