| Author |
Message |
DuNuNuBatman
Joined: 02 Dec 2011 Posts: 2
|
Posted: Fri Dec 02, 2011 5:11 am Post subject: ASP Classic Hosting .NET COM Object |
|
|
| Is there any way to profile a COM object written in C# that is hosted within classic asp? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
Posted: Mon Dec 05, 2011 3:27 pm Post subject: |
|
|
Maybe... if this is a managed-code serviced component built in Visual Studio then yes - but there are two ways you can profile it by my reckoning. If the component is configured as a COM+ server application, you can use the option to profile a COM+ server application and ANTS will call dllhost to launch it.
If the COM object is a library, then I suppose you would profile the web application (hosted in IIS or in Development Web Server) and any managed code run in the ASP worker process should show up in the profiler results.
Without knowing a lot more about this code, however, it's hard to say whether or not it will work. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
DuNuNuBatman
Joined: 02 Dec 2011 Posts: 2
|
Posted: Thu Dec 08, 2011 3:19 pm Post subject: |
|
|
| Cool, I'll have to take another look at it. My knowledge of writing COM is lacking. I didn't think of hosting it. Thanks for your reply. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group