Hi, I'm having problems with a website being unable to load a pfx file from disk - I get this exception:
System.Security.Cryptography.CryptographicException: The system cannot find the file specified. Unfortunately, the code that actually tries to load the pfx file is inside someone else's component so I can't change the code, but I have used a stream reader to read in the file before creating their component, and it reads in perfectly which should mean that the file exists and is accessible in code - what other reasons could cause the above exception? I've googled, and not found anything that's worked to resolve it. Dino
