Hi,
I solved my problem by using "localhost" for my certificate name
(CN=localhost).
--
Best regards,
ion.
[quoted text, click to view] "ion" wrote:
> I wonder if anybody else encountered this issue.
> I have a solution with several projects (of Class library type) and two
> projects ASP.Net. The 2 web projects are a Web application and an XML Web
> Service.
> Initially they did not use SSL. Once I switched the two ASP.Net applications
> to use SSL (https) I had to remove them both from the solution and add them
> again from the Web.
> After saving the solution everything is fine, but when I'm closing the
> solution and open it again, VS.Net complains about the certificate being
> invalid and cannot load the two projects.
> If I remove them from the solution and add them again from the Web
> (localhost) it works again until next time when I reload the solution.
> The certificate that I'm using I generated myself with makecert.exe and
> seemes to be working since I can run both applications on it without a
> problem.
>
> --
> Best regards,