p.s. -
although I have no idea what I did differently, after much mucking, my web
server certificate is finally working.
> just an FYI - I am having this same problem with a certificate on my web
> server. NETWORK SERVICE now has FULL CONTROL and still I am getting the
[quoted text clipped - 44 lines]
>>> >
>>> > Do you have any suggestions, what i Could do?
Rogelio Tristan - 14 Oct 2006 00:14 GMT
I HAVE DISCOVERED THE SOLUTION!!!
ms-help://MS.WSE30.1033/WSE3.0/html/b5a8bce9-31a2-444c-a762-86f5bf2abd96
.htm
this was the correct URL, follow step #2 exactly.
once you try running it again it should work. it doesnt work you say ?
right click your solution and pick "Rebuild Solution" then run it.
the problem is that in microsofts tutorial it doesn't mention you need
to REBUILD the solution after you have given ASPNET right, not just
build. I'm not 100% sure the reason, but I think it has to do with the
changes done in the <process model> node in the machine.config file.
these changes do not reflect untill you rebuild the solution. this
worked for me, and I tested it on the machine next to me, then I tested
it again on the machine next to me. this has fixed the problem all 3
times. I am about 90% sure this will solve the problem for you.
also, if ASPNET is not found in the list of accounts, (in the
certificate tool, after you have selected to view private key file
properties, and then clicked the "security" tab, then clicked "add"),
you need to click "Locations", highlight your computer (which is usually
the top most node) then click "OK" then type "ASPNET" in the "Enter
object names" box and click OK. ASPNET should be added now. all you need
to assign it is read/read & execute rights.
hope this helps. I am the champion!