My question is regarding the difference in usage of COM componenets in teraditional ASP Vs ASP.net.<BR><BR>In traditional ASP we were trying to push the core business logic onto middle tier as COM componenets. This improves performance as the COM componenents were compiled and would take lesser time as they would be loaded from web server's cache as against writing the entire logic on ASP pages which were interprted.<BR><BR>Now with .NET as the entire ASP.net page itself is being compiled will it make any sense to split them seperately into COM components? Are there any other major advantages of using COM components? Can anyone explain in detail pls.<BR><BR>Thanks in Advance<BR>