using COM from aspx causes CPU to rise to 100%

  • Thread starter Alex via .NET 247
  • Start date
A

Alex via .NET 247

i am calling a COM object function from an aspx page.
the COM has a simple function which calls the shellexecute winapi function to start a application on the server.

everything works fine on the machine i developed the COM and the aspx(except perhaps the fact that the called application does not display correctly .. but this is another question)

i tried to move the application to another machine, not on the one i developed the COM and the aspx pages and the aspnet process gets the CPU to 100% usage and nothing happens.

the problem is NOT the shellexecute function, because i put another function in the COM which simply returns a integer. the same thing happens.

the COM functions run perfectly when called form a .NET application (not aspx), also on the second machine.

COM is written in VC6.
IIS 5.1
WINXP Proffesional

thanks in advance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top