I have a C# app that is getting flagged by multiple anti-virus apps (AVG and Norton so far) as "behaving suspiciously". I don't have any experience with this, and there are lots of things I suppose could be considered "suspicious" (registry access, IPC with a local service using named pipes, copying files to local app data folder, etc), but I don't know where to start.
Note that the apps aren't saying my app is a virus or infected with a virus - but that it is suspicious.
How can I get an idea of which part of my app is causing these issues?