I'm having trouble reading rows with float values, because these rows return for example 12,34 instead of 12.34 as it should.
I suspect this is because both my IIS and SQL server is on a Norwegian Windows Server 2008. So I went to the regional settings and customized the default decimal symbol, then restarted my servers. The output in the database now shows the period decimal symbol, but when I request it through the IIS server it comes comma separated (the IIS server is on another computer, but that also has the default decimal symbol set to period).
The IIS server is IIS7 and the SQL Server is 2008
Does anyone have any idea how to fix this?
Any help would be greatly appreciated.