In looking for something else I thought I saw where you could load a second exe to be executed from one web site.
I have two sites. whogoes using whogoes.exe and a new site builderstee using builderstee.exe.
Can I somehow execute the code in whogoes.exe from the builderstee site without putting all the code of whogoes.exe inside of builderstee.exe?
Thanks
Jim

When you say execute what do you mean exactly?
You can always shell out and run another EXE and make it do something.
But if you're talking about calling another Web Connection server and somehow processing its requests then no you can't do that.
+++ Rick ---
Another possibility would be to create a second subdomain and do a HTTP redirect to the second instance (and back). I'm actually in the middle of doing this as a way of migrating incrementally... hopefully.