Mono Project Character Lowering Problem
I am trying to develop an ASP.NET web application on a Mac using Mono Project. But because of a character problem, it throws an error of 'ınital Catalog'. That happens because, when Mono compiles m开发者_运维百科y code, it converts my 'I' s to 'ı' which is not an English word. So I can't write UserID = 1 or Initial Catalog = myDB in the code. How can I fix this? Thanks alot.
Found it. I deleted web.config code of
<globalization uiCulture="auto" culture="auto" />
精彩评论