I'm setting up a selenium grid by running the hub and nodes as windows services. I'm having no issues with Chrome or FireFox but I am with IE and from what I see IEDriverServer doesn't support being run as a windows service or in the background and is inconsistent as far as testing goes.
So how do people/companies generally test against IE on a selenium grid for automated regression testing ?