Hola
paco150489!
nunca habia visto un conexion con la palabra "yes"..., prueba asignandolo asi :
Código c#:
Ver original'static string connectionString = "Server=(FRANCISCOBONILL);database=PERSONA; integrated security=yes"; <---- "yes"???
'-------------------------------------
static string connectionString = "Server=(FRANCISCOBONILL);database=PERSONA; integrated security=true";
y verifica si tu "Server=(FRANCISCOBONILL)" realmente se llama asi.