Click here to Skip to main content
15,894,343 members

Comments by EliteBrain (Top 10 by date)

EliteBrain 10-Feb-16 23:41pm View    
Please check thhe class name(form name) it should be same in code behind and also in designer.. Also check if all the controls tags are closed properly.
EliteBrain 10-Feb-16 7:03am View    
Give complete path of the Certicate in the URL this will prevent popup.
Usualy it happens when certificate is not installed on rooot.
EliteBrain 3-Feb-16 9:02am View    
Thanks afzaal for you valuable time.keeping in mind the points which you have mentioned I will go through some more article on multithreading to solve this issue.
What do you think does parallel.Foreach loop will help me in this?
EliteBrain 3-Feb-16 8:52am View    
We are using a MS exchange server which i believe can send 3-4 emails/sec. We dont have any infrastructure limitation.. I am only confirm about the best way to design the bulk emailer with PDF attachment.
EliteBrain 30-May-14 2:00am View    
Hi prasad thanks for your reply,
I tried github js-signer and its working.
but the thing is that i want to extract PublicKey and Subject name from Certificate.
After getting this info from certificate then i will store it in database..
Can you please tell me how to extract public key and Subjectname from certificates using capicom