Windows packet sniffer that can capture loopback traffic? [closed]

What you should do is to run RawCap, which is a sniffer that can capture traffic to/from the loopback interface in Windows. Just start it with “RawCap.exe 127.0.0.1 loopback.pcap”. You can then open up loopback.pcap in Wireshark or NetworkMiner to look at the network traffic. You can find RawCap here: http://www.netresec.com/?page=RawCap Good Luck!

C# Remoting – How to turn off CustomErrors

For .Net 1.0/1.1 , you need a config file for remoting server If you don’t have a <ServerEXE>.config file, create one and have this in it: <?xml version=”1.0″ encoding=”utf-8″ ?> <configuration> <system.runtime.remoting> <customErrors mode=”off” /> </system.runtime.remoting> </configuration> For .Net 2.0, you can use RemotingConfiguration.CustomErrorsMode property

Java: no security manager: RMI class loader disabled

Remote class loading can be tricky. The original post doesn’t include any information about the code base. It may be that the client’s security configuration is correct, but it has no access to the remote code. The classes are loaded directly from the “code base” by the client. They are not presented to the client … Read more

How best to communicate between AppDomains?

I have had good success using WCF with a named pipes binding. Using named pipes creates no network traffic and uses binary encoding, so it should be pretty fast without sacrificing the ability to distribute in future scaling scenarios. EDIT: Refer here for more detailed information including a link to an implementation example.

Is MarshalByRefObject special?

The magic seems to be in a special TransparentProxy class – the .NET Runtime handles it in a special way. If you want to use it, see an article about RealProxy If you want to read more about the “magic”, see an article on TransparentProxy implementation. For a basic overview, try the MSDN article “Remoting: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)