I am using Visual Studio for a web application and all works fine.
When i publish the solution online i have this exception for this row:
DateTime.Parse(form["dataNotaNuovo"])
The exception text is:
String is not recognized as a valid datetime
Why the problem is only in the online version and not in my local solution?Can it be a .NET version problem?(I don't know .NET server version)
Thanks to all