ASPCompat mode

G

Guest

I am using an Activex exe com server built using Visual Basic on an ASP.NET web page. The server uses Thread per object. Do I need to use ASPCompat="true"

Steve
 
S

Scott Allen

Hi Steve:

ASPCompat is really only useful for inprocess COM components. It
allows the ASP.NET page and the component to work from the same
thread. Since your server component is in an entirely different
process, ASPCompat would not give you any benefit when using the exe
server.

HTH,
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top