asp.net mvc - How do I set the correct decimal separator in IIS 6.0? -
i hope can me here... have conflict decimal separator on host's dedicated server. db (sql server 2005) uses dot decimal separator. fact, if query directly using sql server management dots. however, when application (.net c# mvc 2) running uses comma instead of dot. think it's problem on server because here in tests server doesn't happen.
i've been reading might related regional , time zone configuration i've tried setting server's time zone , regional zone u.s. , still doesn't work.
the main problem have because views use jquery not working correctly, , main issue because many decimal numbers set required fields. reprogramming option expect find way set correctly due size of app.
any apprecciated.
thanks in advance,
regards.
regional settings user specific. means changing them in control panel results in changing them current user. application not use current user, need run regedit modify registry (or use script).
you need update regional settings of profile running application.
the key decimal separator hkey_users\sid\control panel\international\icurrdigits
sid unique identifier of user.
with this link can find sid of related user.
Comments
Post a Comment