access certificates of an ASP.NET Webservice
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi forum, i am developing a web service which adds and removes certificates from a certificate store. I would like to add and remove the certificates "by hand" (not programmatically) too. I think that the web service runs as the ASPNET user, so I would like to add/remove the certificates of the ASPNET user "by hand". I know that I can manage the certificates of an user with the MMC but I dont know how to manage the certificates of the ASPNET user. Could you help me? Thanks in advance!