I am developing a web application that reads floating numbers from a file and writes out to another file some new floating numbers. When i debug and run the application through visual studio it works fine. When i publish to ISS then it writes integers instead of floating numbers. For example it should write 11.5 12.8 14.2 but it writes 115 128 142
WHat is going wrong?