D
Dominique Vandensteen
I have this code
Now().ToString("MMM-yyyy")
this should return something like Oct-2003
it works fine in a normal vb.net program
when I run this from aspx it returns oct.-2003
the first letter isn't a capital anymore and a point is added
the IIS and the standalone vb.net program are running on the same machine
anybody an idea how i can configure IIS to have the same result?
dominique
Now().ToString("MMM-yyyy")
this should return something like Oct-2003
it works fine in a normal vb.net program
when I run this from aspx it returns oct.-2003
the first letter isn't a capital anymore and a point is added
the IIS and the standalone vb.net program are running on the same machine
anybody an idea how i can configure IIS to have the same result?
dominique