Simple issue regarding date formats.
Posted
by Robert
on Server Fault
See other posts from Server Fault
or by Robert
Published on 2010-01-15T13:23:19Z
Indexed on
2010/03/25
10:03 UTC
Read the original article
Hit count: 357
c#
We are hosting a website that when browsed to locally loads up fine but if you browse to it externally you get
Conversion from string "1/15/2010 8:46:01 AM" to type 'Date' is not valid.
What do I change on the server to fix this. When browsing the site on the server it works, although I am logged into the server as a different user to that in IIS.
Any ideas this is actually starting to cause a head ache now.
© Server Fault or respective owner