摘要:
applicationhost.config配置文件中增加如下<binding protocol="http" bindingInformation="*:55576:192.168.31.93" /> 运行管理员cmdnetsh http add urlacl url=http://192.168 阅读全文
posted @ 2022-01-12 14:09
量子纠缠的爱
阅读(154)
评论(0)
推荐(0)
摘要:
dotnet tool install --global dotnet-ef --version 2.0.0Visual Studio Installer中安装.net core 2.0 阅读全文
posted @ 2022-01-12 14:07
量子纠缠的爱
阅读(1689)
评论(0)
推荐(0)
摘要:
用命令行的方式启动.netcore web项目 首先进入项目文件编译后的bin目录,比如我的项目编译后的目录为 G:\Project\Demo1\demo1\demo1.xTwoMvc\bin\Debug\netcoreapp3.1 ,进入这个目录,打开cmd窗口。 命令行启动.netcore项目的 阅读全文
posted @ 2022-01-12 14:07
量子纠缠的爱
阅读(1063)
评论(0)
推荐(0)