Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I m developing ticketing code using .net(visual studio). but code run on local visual studio development tool.
when same code deploy on IIS using .net publish method then error occur.This purpose is opening qliksense hub using ticketing.
Trying SSO in qliksense.
Below Attached Screen Shot.
Please help me solve this error.
If you don't point directly to the certificate in your code, but using the local certificate store and looking for the certificate there, then you need to make sure you have the certificate in the personal certificate store for the user/identity of the apppool running the aspx/asmx site.
Thank you Jacob for reply,
I have already store the certificate in personal certificate store.
Can you explain me more on the statement "user/identity of the apppool running the aspx/asmx site".
It will be great if you share screenshot for the same.
I have attached a screenshot below.
1st certificate is created by Qlik.
2nd certificate is imported by me.
3rd and 4th are service certificate.
I can see you are looking for the certificate called Prachin-7801 is this a renamed version of the client.pfx you have exported from the server?
How does the personal certifacte store look for the user you are running your VS project with (look in the MMC on your dev machine and select current user). This might point you in the right direction.
Add IISuser to qlik client certificate and check