Hi Experts,
We have an MVC app that is connecting to CRM. The AuthType it uses is Office365 and I need to replace it with ClientSecret. I updated the connection string, tested the new connection string using XRM Toolbox (created new connection using Client ID/Secret) and I was able to retrieve data in CRM. When I ran the MVC app, it fails to connect to CRM. I have already updated the .Net Framework to 4.8. Is there anything else I missed to check?
Thanks in advanced.