Skip to content

web.config appsettings expected by old 3rd party dlls #1166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pearsonw opened this issue Dec 10, 2015 · 3 comments
Closed

web.config appsettings expected by old 3rd party dlls #1166

pearsonw opened this issue Dec 10, 2015 · 3 comments

Comments

@pearsonw
Copy link

Api's from, for example, Paypal and Cybersource expect certain appsettings in a configuration file, and don't seem to have write access to all the required properties on their objects. I haven't had any success providing those values in the web.config under wwwroot using iisexpress. Nor have I had any success providing those values in an appsettings.json file.

@davidfowl
Copy link
Member

Assuming you are using .NET 4.x (aka dnx45x) then you can put those settings in app.config at the root of the project. This won't work on CoreCLR (obviously).

@pearsonw
Copy link
Author

Thank you David. Yes I am using .Net 4.x. I tried that and it did not seem to work for Cybersource, but I did discover they have a configuration object that I can set the required properties on.

@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants