L
Luis Esteban Valencia
You are creating an ASP.NET application for the Widget Company. An earlier
version of the application uses ActiveX components that are written in
Visual Basic 6.0. The new ASP.NET application will continue to use the
ActiveX components.
You want the marshaling of data between your ASP.NET application and the
ActiveX components to occur as quickly as possible.
Which two actions should you take? (Each correct answer presents part of the
solution. Choose two)
A Use ODBC to retrieve the data.
B Use early binding.
C Use late binding.
D Set the AspCompat attribute of the Page directive to true.
E Set the AspCompat attribute of the Page directive to false.
version of the application uses ActiveX components that are written in
Visual Basic 6.0. The new ASP.NET application will continue to use the
ActiveX components.
You want the marshaling of data between your ASP.NET application and the
ActiveX components to occur as quickly as possible.
Which two actions should you take? (Each correct answer presents part of the
solution. Choose two)
A Use ODBC to retrieve the data.
B Use early binding.
C Use late binding.
D Set the AspCompat attribute of the Page directive to true.
E Set the AspCompat attribute of the Page directive to false.