Le puse las rutas absolutas y tampoco lanza el php. no se que puede ser....
probe hacer esto
Código:
string path = @"C:\log.txt";
TextWriter tw = new StreamWriter(path, true);
tw.WriteLine("A fecha de : " + DateTime.Now.ToString() + ", Intervalo: " + t.Interval.ToString());
tw.Close();
abrir un fichero y escribir una linea con la fecha y lo hace correctamente pero ejecutar mi script php no quiere