Reputation: 115
I'm currently developing on ASP.NET C# and also I'm using devexpress controls to display charts in a intranet.
Everything seems to work perfectly fine on my end, my computer is window 7 and it has the devexpress components installed in it. Also the server has the devexpress components installed (Server: Windows 8 R2).
To share the ASPX page I use the IIS server, I activated the IIS on my computer and the local server too.
When I run the project from visual studio everything looks OK.
When users access the ASPX page from my IP's computer or the local server. The currency does not look OK.
Here you are some screenshot comparisons:
Image when visual studio runs ---
Image when accesing the IIS servers.
Is there anything I can do to solve this inconvenience?
Upvotes: 0
Views: 172
Reputation: 212
You need to change the currency format of your IIS server machine and then you need to restart the IIS server so that the changes take effect.
Steps to change currency format:
Now you can access your web application.
Upvotes: 1