HOST IIS net Core 3.0
一、Search for this Location
C:\Windows\System32\drivers\etc\hosts
Add This (then we can enter url)
127.0.0.1 beta.core300.com
# Copyright (c) 1993-2009 Microsoft Corp.
#
.......................................
127.0.0.1 beta.core300.com //自訂義域名 <---增加這一句
二、Program Publish Location
C:\inetpub\wwwroot\Core300
設定如下圖

附註&問題紀錄:
- .net 的SDK要裝3.0 host
- 如果沒有放到對的資料夾底下會有「使用者權限」問題
- 然後要設置一堆會很麻煩
- 要Publish要Run as Administrator
- 網址可以省略不指定,但如果有多個會很亂