ASP.NET 5 project hosting on IIS

后端 未结 5 1443
一整个雨季
一整个雨季 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:19

    I had the same problem with DNX Beta 4.

    If someone has the same problem :

    You have to target x64 framework (Target DNX Version) when you publish your website in Visual Studio 2015 RC and write "XXX\wwwroot" in Physical Path in your IIS website configuration.

提交回复
热议问题