Hi, I have a web application writen in asp and aspx. The project is built in Microsoft Visual C#.
The applcation uses 2 vb components; i will call them A and B.
The second(B) component manages the db acces and uses adodb 2.6 and the first one(A) calls the A component in order to retrieve data from DB. The A component is called from asp pages.
I have registered the 2 components at COM+ and set for A transaction support: required and for B transaction support: "supported".
When i start from an ASP page everything works just fine.
The problem appears in ASPX pages; the DB acces time is way to long(most of the stored procedures take 30-60 seconds to complete) and i can't figure out why is this happening.
If u have any ideas please let me know. I can provide more details if neccessary.
Thanks.
The applcation uses 2 vb components; i will call them A and B.
The second(B) component manages the db acces and uses adodb 2.6 and the first one(A) calls the A component in order to retrieve data from DB. The A component is called from asp pages.
I have registered the 2 components at COM+ and set for A transaction support: required and for B transaction support: "supported".
When i start from an ASP page everything works just fine.
The problem appears in ASPX pages; the DB acces time is way to long(most of the stored procedures take 30-60 seconds to complete) and i can't figure out why is this happening.
If u have any ideas please let me know. I can provide more details if neccessary.
Thanks.