Below code throws an exception on my local, but not on server.
DateTime date = DateTime.ParseExact("01/06/2015", "dd/MM/yyyy", null);
Like I said it works on the server, but it throws 'System.FormatException' on my local. I assume this might be a problem of Cultural settings. However I don't know where I can look into.
Could anyone help me?