Hi, I have as ASP.Net MVC 4 web application that is running Duo web SDK 2 just fine. It’s currently build with .Net Framework 4.5.
I am trying to upgrade to Duo Universal web SDK 4; I have changed the target framework to .Net 4.8 and added the Duo Universal reference to my project; however, when I attempt to use 2FA, i’m getting errors about missing .dlls that Duo needs. How do I get around this and get all needed .dlls into my project? What exactly is needed?
Thanks!
Marc