开发者

How to install a certificate along with a SharePoint WebPart?

I created a SharePoint WebPart, that needs a X509 certificate to work properly. I deploy the WebPart using a WSP solution file.

Is there any way to configure th开发者_如何学编程e WSP file to automatically install the certificate on the server during deployment?


in general, when you have to do something special on the host computer, the best place is in a feature receiver, and within the FeatureInstalled event. This event is fired on all servers in the farm.

you should try using this way

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜