language of reply in iis



  • fixed the Russian windows 10, VS-15 (en) with the use of iis express (from the studio) responses in English (including errors) and, if local iis are used, Russian responses and exceptions I've been going to change globalization, and I've established the English language, it's still not helping if there's any way to change the answer language in local iis? введите сюда описание изображения

    That's what I'm talking about.

    upd If IIS express, I'm getting a "negative error" in English. введите сюда описание изображения



    1. Add to web.config

      <system.web>
         <globalization uiCulture="en-US" />
      </system.web>
      
    2. Make sure there's no replacement in global.asax.

    3. Proceed regional scount settings under which the server works.

    4. Remove language support from OS and dotnet:)

    https://stackoverflow.com/questions/161486/change-language-of-error-messages-in-asp-net




Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2