Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Early Binding in IIS 4/5 ASP


Message #1 by "Arun D. Poondi" <Arun.Poondi@c...> on Thu, 4 Apr 2002 00:35:40
Is it possible to early bind in IIS 4/5??

Does adding TypeLib declaration in global.asa actually early bind???
Message #2 by "Shin Kyoun Choi" <shinkyoun@y...> on Fri, 5 Apr 2002 03:01:33
Simply not at all.
ASP is just scripting language and use late binding always.

More exactly says. scripting language supports 'IDispatch' only
( evne after you add type library into your global.asa, it should be same )


  Return to Index