We are runnig Windows2008R2 SP1/64-bit/IIS7.5
we want to run classic asp with 32 bit mode.
When create.object executed within an asp file as below
We have errors.
Set DS = CreateObject("RDS.DataSpace")
Set DF = DS.CreateObject("RDSServer.DataFactory", Server)
We checked log files under C:\inetpub\logs\LogFiles\W3SVC1
There are many of errors "POST /msadc/msadcs.dll/RDSServer.DataFactory.Query hr=80020009,CSoapStub::HttpExtensionProc, 80"
I followed the instructions below but still having errors.
http://forums.iis.net/t/1154872.aspx
http://forums.iis.net/t/1155197.aspx
I appreciate if anyone could provide further information regarding this issue.