-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am not sure which performs better, but from a code management viewpoint COM is nicer. If you are using COM, you can also take advantage of DCOM to move your load to another box which is responsible for you business logic. This frees up the WWW server for ASP execution, and your 1,000,000 page hits per day :-). Plus, you can use the VB debugger to check your COM logic, I like this debugger better than the IIS/Script debugger avail. in classic ASP. A drawback to COM however is the registering of a new .dll version in your production environment, this is not a fun experience.
Ben Timby Webexcellence PH: 317.423.3548 x23 TF: 800.808.6332 x23 FX: 317.423.8735 [EMAIL PROTECTED] www.webexc.com - -----Original Message----- From: Roji Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 3:26 AM To: ActiveServerPages Subject: COM vs ASP code for data access Using a COM over ASP code for data access gives performance gain on an IIS 5.0, MTS and SQL server platform? we are having a debate on it. Like to know what u masters think and also point me to some URL with info abt it TIA Roji Thomas - --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% -----BEGIN PGP SIGNATURE----- Version: PGP 7.0.4 iQA/AwUBPZCyEvnby1cCm2Q8EQKnlwCg9IkBhi/of4LOmEyWi1BjLKskttwAoKoq pdQA9wtYbsc08Ro9bfsyAS0Q =8xIB -----END PGP SIGNATURE----- --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
