PDA

View Full Version : ActiveX EXE


adams
07-26-2000, 12:54 PM
Hello All<BR> In My global.asa file i hv invoked a com exe which run untill my application end(my IIS Stop)....dat com exe uses settimer API for time dependent function...<BR> The problem is dat that no page is visible.. a time out error arrive after some time..<BR>Question is<BR>IS it possible to invoke an activexexe from an asp page or through global.asa 's Application_onstart which run infinetly ???<BR>plz help

bart
07-28-2000, 05:03 PM
It is my understanding that to run an out of process component you have to set the IIS allowOutOfProcCompts to true, the default is false<BR><BR>bart