ASP.NET 5 project hosting on IIS

后端 未结 5 1446
一整个雨季
一整个雨季 2020-11-30 06:00

I want to host my ASP.NET 5 project which uses MVC 6 and Entity Framework 7 on Amazon free micro instance. I can\'t find any step-by-step manual on how to host ASP.NET 5 pro

5条回答
  •  爱一瞬间的悲伤
    2020-11-30 06:17

    I found what I've missed, I need to change url to my public DNS in projct.json file:

    "web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://ec2-54-68-21-4.us-west-2.compute.amazonaws.com/

    then after uploading site to Amazon I need to run web.cmd in site root

提交回复
热议问题