(404) Not Found using Conjur-api-dotnet .dll file to retrieve a secret

I am receiving a 404 error when attempting to retrieve a secret from Conjur using the .Net api .dll file within a web application.
This issue does not come up when using the same code in a console application on the same server which indicates that the issue is not with the policy within Conjur.
Has anyone ran into a similar situation at all?

Hi @chris.kelly ,

This doesn’t sound familiar.

Are you able to collect logs from the Conjur server when the error occurs? This might give us some clues as to what’s happening, especially if you have DEBUG mode enabled on the server when you recreate the issue.

It might also help to compare Conjur logs for the failing case (using your web application) with Conjur logs for the passing case (using your console application).

-Dane