Windows Service hosted WCF over HTTPS

后端 未结 3 909
梦如初夏
梦如初夏 2020-12-14 18:22

I\'ve created and configured an SSL certificate as per these instructions from MSDN. I\'m getting the error message that this question lists, but am not sure how to map the

3条回答
  •  天命终不由人
    2020-12-14 19:03

    Different apparent cause, but same symptom, for others who find there way to this post.

    I ran an application that had "always worked", and after various (not logged since I was not expecting issues) combinations of running it via remote desktop or locally, logging in and out, and replacing it with a recompiled but otherwise identical version with a different version number I got the same "Another application has already registered this URL ...blah, blah".

    Apparently (?) the registration was specific to the instance that ran, and persisted across shutdowns of that application. (?) In any case the old Windows adage, "when in doubt reboot" took care of it. With no changes to the app itself it then ran with no complaints. It may be that de-registering, etc., would also have worked. This was under Windows 10 - I have never seen this with earlier versions of Windows.

提交回复
热议问题