how to run webservices in serperate processes?

how to run webservices in serperate processes?

am 23.05.2007 04:53:00 von PmaShane

I am wring asp webservices in managed c++ for IIS 5.1 runing on XP SP2. Even
though I set the aplication protection to High (Isolated), each service seems
to run in the same process. I wrote a couple of test servies in c# which
reurned the process id and got the same results. The process they run in has
the same id as aspnet_wp.exe of which there is only one instance running. How
can I get each application to run in a seperate process?

Re: how to run webservices in serperate processes?

am 24.05.2007 08:56:34 von Anthony Jones

"Pma_Shane" wrote in message
news:7B1F153B-7902-469D-8B4E-C4AB728101BC@microsoft.com...
> I am wring asp webservices in managed c++ for IIS 5.1 runing on XP SP2.
Even
> though I set the aplication protection to High (Isolated), each service
seems
> to run in the same process. I wrote a couple of test servies in c# which
> reurned the process id and got the same results. The process they run in
has
> the same id as aspnet_wp.exe of which there is only one instance running.
How
> can I get each application to run in a seperate process?

This is group if for Classic ASP.

Ask your question in microsoft.public.dotnet.framework.aspnet or one it's
subgroups.