I thought that in order to use the CreateObject method within an ASP page, you would have to specify a second argument with the server URL string where the Business Object resides. In the case above, the CreateObject call would be as follows:
set rs=server.CreateObject("ADODB.recordset", strServer)
strServer is a literal or variable with the URL to the IIS WebSite where the MSADC virtual directory exists.
I am experience difficulty with ASP.NET 2.0 compiled DLLs working via RDS with IIS 6.0 (Win2K3 server)
|