I run a windows-app on a remote desktop. It actually has an IE browser inside and I call the Screenshots api sometimes.
When a session is connected to the remote desktop, screenshots are successful and a picture is captured about what is really in the browser. But when no session is connected, a picture with black color is captured. I guess rendering is stopped at this time.
Is there any way to let it render even though no session is connected?