ASP.NET 5 project hosting on IIS

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

    You can use the File system publish method. Follow these steps:
    1/ Generate in a folder with Visual studio the .dll files
    2/ Create a website in IIS manager and give in the path to your folder

提交回复
热议问题