I've to deploy classic asp application on windows 2K12 R2 environment. This app also uses COM+ component to connect to sql server using adodb sql driver.
As Microsoft has changed MDAC ADODB, creation of object of COM+ is failing. Is there any workaround which can help running older application in newer environment without any code change?
Thanks