Change language of error messages in ASP.NET

前端 未结 5 725
孤城傲影
孤城傲影 2020-12-05 04:24

I developing ASP.NET application using a Swedish version of Windows XP and Visual studio Professional. When ever i get an error aka. \"yellow screen of death\" the error mes

5条回答
  •  失恋的感觉
    2020-12-05 05:23

    I had the same issue recently on IIS version 10 and these steps fixed it.

    1. Open IIS Manager
    2. Select the server from the Connections panel
    3. Under the "ASP.NET" double click on ".NET Globalization"
    4. Edit "UI Culture" property
    5. Optionally set the "File" property to "utf-8"
    6. Finally click "Apply" and restart the server.

提交回复
热议问题