asp_components thread: Early Binding in IIS 4/5 ASP
Is it possible to early bind in IIS 4/5?? Does adding TypeLib declaration in global.asa actually early bind???
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 )
|





