i18n 으로 다국어 관리하는 경우 언어팩 제작할 때 귀찮은 면이 있는데
이런 부분을 해소해 주는 툴입니다.
언어팩 제작을 따로 해준다면 좋겠지만 개발자가 알아서 해야 될 경우 추천합니다. ^^
https://bemeal2.tistory.com/261?category=641092
i18n 언어팩(json) 관리프로그램 Windows LocaleFileManager v1.6 (2020.03.31 Release)
Windows LocaleFileManager v1.6 i18n 의 json 으로된 다국어 팩을 관리해주는 프로그램입니다. 언어별로 분리된 JSON 형식의 파일을 읽어서, 그리드에 통합하여 보여주고, 행단위로 추가/수정/삭제하거나, 엑셀..
bemeal2.tistory.com
https://docs.microsoft.com/ko-kr/aspnet/core/host-and-deploy/iis/?view=aspnetcore-2.1
IIS가 있는 Windows에서 ASP.NET Core 호스팅
Windows Server IIS(인터넷 정보 서비스)에서 ASP.NET Core 앱을 호스팅하는 방법을 알아봅니다.
docs.microsoft.com
1. .NET Core 호스팅 번들 설치
IIS 서버에 ASP.NET Core 앱을 게시하는 방법에 대한 자습서 경험은 IIS에 ASP.NET Core 앱 게시을(를) 참조하세요.
Thanks for downloading
ASP.NET Core 2.1 Runtime (v2.1.16) - Windows Hosting Bundle Installer
ASP.NET Core Hosting Bundle contains everything you need to run existing web/server apps. The bundle includes the .NET Core runtime, the ASP.NET Core runtime, and if installed on a machine with IIS it will also add the ASP.NET Core IIS Module. If you only want the .NET Core or ASP.NET Core runtime, you'll find them in .NET Core 2.1 Downloads.
If your download doesn't start after 30 seconds, click here to download manually.
2. 응용 프로그램 풀 편집 > .NET CLR 버전 -> 관리 코드 없음 선택

IIS 설정 후 아래 그림과 같이 502.5가 발생된다면 3~5 내용 확인

3. 이벤트 뷰어 오류 확인

4. hosting.json를 열어 wwwroot 경로 설정
| { "webRoot": "E:\\publish\\board\\wwwroot\\" } |
5, Web.Config 설정 확인
