「マイクロソフト系技術情報 Wiki」は、「Open棟梁Project」,「OSSコンソーシアム .NET開発基盤部会」によって運営されています。
applicationhost.configに設定する。
以下に格納される。
C:\Users[ユーザ名]\Documents\IISExpress\config\
以下に格納される。
[ソリューションのディレクトリパス]\.vs\config\
以下の様な設定を行う(VS2017から?)。
<UseIISExpress>false</UseIISExpress> <Use64BitIISExpress />
Visual Studioのメニューから、[ツール] -> [オプション]
-> [プロジェクトおよびソリューション] -> [Web プロジェクト]
-> [Web サイトおよびプロジェクト用 IIS Express の64ビット バージョンを使用] をON
# | 項目 | 値 |
1 | キー | HKEY_CURRENT_USER¥Software¥Microsoft¥VisualStudio?¥xx.0¥WebProjects? |
2 | 値名 | Use64BitIISExpress |
3 | データ | 1 |
可能らしい。
<binding protocol="https" bindingInformation="*:44300:localhost" />
<binding protocol="https" bindingInformation="*:44300:localhost" /> <binding protocol="https" bindingInformation="*:44300:host.docker.internal" />
可能らしいが、潔くIISにデプロイした方が早そう。
> netsh http add urlacl url=http://fqdn name:xxxxx/ user=Everyone
可能らしい。
可能らしい。
44300 - 44399 の範囲しか設定できないらしい。