Link to home
Start Free TrialLog in
Avatar of indikad
indikad

asked on

An error occurs while opening the specified store

Hi,
In our website we are using a certificate which was given to us by a bank to use when we do the online payment.
if we run a standalone page/test page which use this certificate, it works fine.  But when we run our website, then we get the error "An error occurs while opening the specified store".  Our website we run as user "selfcare".  Is this something to do with security or permission.

Please help us

Thanks
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Hi,

I think you are talking about SSl certificate for encryption data or ma be paypal.
1.Use the https:// instead of the http:// and try
2. May be SSL not install proper contact to your host company
3. Delete cookies and internet temporary file then try
Suggestion 2
============
The error may occur because the language-setting in
Internet Explorer is missing.  To add a language, in
Internet Explorer, select Tools-->Internet Options, and
click the "Languages" button.  Add a language to the list
if empty.
-----------------------------------------------------------
---------------------
Suggestion 3
============
Check the system time.  SSL will not function if the
system time is more than 100 days off.
-----------------------------------------------------------
---------------------
Suggestion 4
============
Please uncheck "Check for server certificate revocation":

1.  Open Internet Explorer
2.  Click on Tools
3.  Click on Internet Option from the drop down menu
4.  Click on the Advanced tab
5.  Scroll down to the Security Section
6.  Unselect "Check for server certificate revocation"
7.  Reboot the machine
We may be able to resolve this issue by adding
  http://Windowsupdate.microsoft.com
  http://V4.Windowsupdate.microsoft.com
  https://v4.Windowsupdate.microsoft.com (Note: The https
is correct)
  http://Download.Windowsupdate.com
to the trusted sites list in the Internet Options.  
To access the Exceptions settings.  
1. Open Internet Explorer
2. Click Tools / Internet Options
3. Click the Security Tab
4. Click on the Trusted Sites Icon
5. Click on the Sites button
6. Unselect the check box "Require server verification
(https:)for all sites in this zone"
7. Add all 4 sites listed above
>  But when we run our website, ..
could you please post the command and the resulting error messages verbatime how you do that
Avatar of indikad
indikad

ASKER

in the web.config file we have this line :
<identity impersonate="true" userName="selfcare" password="c9112f31" />

if we set the impersonate="false" then this works.  Then this website runs as default ASP user.
So I thing this is something to do with the user "selfcare".  But I do not know what to do.

We have this user created on the web server and has the administrative wrights.
Hi ,

Make the virtual directory the folder in which the webconfig.sys file existyour problem should be rresolved
Avatar of indikad

ASKER


If you are talking about the web.config file then that is already in the virtual directory.
Recreate it and check and also check the you have select windows authentication user the directory security of your website.
Check the directory security setting of the that folder and website if you use any other password check and tell me
Avatar of indikad

ASKER

it has the anon. access and the integrated windows authentication checked
in anon.access unchecked the "Allow IIS to control password" and the user is default ASP.NET user
ASKER CERTIFIED SOLUTION
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial