Hi
an ASP site request a function from COM+. This function returns 10kb data in html format back to ASP. Is this a bad solution?
in the future the domain may have a lot of users accessing this at the same time, and then it maybe would be better to have the html in the asp site from the beginning.
This AbsolutePage function gets 5 records from the database at the time. This function calls another function that gets some more detailed info 'bout each record.
If this would be made in asp, I would have to first create one object that collects the records from the component and then create another one that collects the detailed info for each record.
Make sence? Witch way is the best?
thanks in advance!
/Martin
an ASP site request a function from COM+. This function returns 10kb data in html format back to ASP. Is this a bad solution?
in the future the domain may have a lot of users accessing this at the same time, and then it maybe would be better to have the html in the asp site from the beginning.
This AbsolutePage function gets 5 records from the database at the time. This function calls another function that gets some more detailed info 'bout each record.
If this would be made in asp, I would have to first create one object that collects the records from the component and then create another one that collects the detailed info for each record.
Make sence? Witch way is the best?
thanks in advance!
/Martin