Using Deleporter for Cross Process

We are trying to use the Steven Sandersons Deleporter tool for a cross process: http://blog.stevensanderson.com/2010/03/09/deleporter-cross-process-code-injection-for-aspnet/

We are having problems getting this to work, the same problem that many people reported on the Sanderson blog comment blog: "Usually only one socket address is allowed (protocol / network address / port)"

We have successfully created a Sandersons guestbook project for work. However, sometimes we get the error "only one use of each socket." Utilizing the application pool and running iisreset seems to fix this. However, as soon as we finish the socket error, we get this error: "No connection can be made because the target machine actively refused it 127.0.0.1:38473"

Has anyone successfully got Deleporter to work? This tool will really help in our development of BDD.

+5
source share
3 answers
+3

, IIS 7.5 git, DLL.

+1

, , Steve, web.config, IIS5, IIS6 Cassini. IIS7 IIS Express, , web.config , system.webServer, system.web.

Steve, , , .

I also found that the binary in the "Samples / ExternalAssemblies" folder does not work when using IIS Express. But if I compiled the Deleporter project and used the resulting binary, everything was fine.

The WhatTimeIsIt sample projects use the ExternalAssemblies version, so it won’t work with IIS Express until you replace it with a fresh compiled version.

Once it works, it is truly an excellent tool.

0
source

All Articles