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"
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.