My IIS 7 server uses a C#.NET codefile to read from an MS SQL database (on another machine) and presents it on the web. I made a similar posting before, but the problem has resurfaced and I've not been able to fix it.
In this regard I've had a problem with my Norwegian Windows Server running IIS 7. It reads the columns from a database which returns some coordinates with decimals. In the database I managed to change the decimal symbol from the Norwegian default (comma) to periods, by changing the windows settings.
I did the same thing on the Windows 2008 server running IIS 7, but it still translates the periods back to commas. I need it to be periods. I even changed the code to convert the rows to strings and then replace all commas with periods, but it still doesn't work.
Any help here would be greatly appreciated.