somebody help me answer this?

  • Thread starter Luis Esteban Valencia
  • Start date
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.
 
D

dan.c.roth

Its D - Set the AspCompat attribute of the Page directive to true.

This allows the page to call STA components, such as a component
developed with Microsoft Visual Basic 6.0. Setting this attribute to
true also allows the page to call COM+

Regards,

Daniel Roth
MCSD.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top