I create a profile with parameter is Profile Directory
FirefoxProfile profile = new FirefoxProfile(path);
driver = new OpenQA.Selenium.Firefox.FirefoxDriver(profile);
driver.Navigate().GoToUrl("http://www.google.com");
path is a LAN path: @"\\192.168.1.1\Profiles\profile1"
It worked but randomly, I tested on 2 VPS, once ran app, once (192.168.1.1) containts Profiles, both runs WIN XP.
But when I put app and Profiles to other server with 2 other VPS, app was freezed at FirefoxProfile profile = new FirefoxProfile(path);
Can body have any idea, please?