seeker
06-06-2001, 10:06 AM
Pls explain me what the custom DLL in NT web hosting???
Thanks for any help
Thanks for any help
![]() | View Full Version : Custom DLL seeker 06-06-2001, 10:06 AM Pls explain me what the custom DLL in NT web hosting??? Thanks for any help Honu 06-06-2001, 08:21 PM Aloha, well this may be what you are talking about dll are little objects that can do stuff for ya think of it that way (incase you are looking at chilisoft asp they do not use dll's for components so they will not work with chilisoft servers) go to microsoft for more on DLLS anyway go to http://www.maximumasp.com/products-components.asp and you can see what dif components are they can make life much easier ;) adn some are pretty cool since they can effect a server some hosting companies will not allow them and some will hope this helps ya out just curious where ya looking at hosting or ??? sgk 06-07-2001, 08:35 AM Custom DLL are the software components which resides on web server and run on request or referenced by the application. Against the commercial DLL, custom DLL are specifically developed to perform predefined set of operation/s. The best example would be database interface between web pages and database. Manytimes, custom DLL are developed and used to enhance speed of data retrival and for customised security features. |