0

I am developing asp.net 2.0 core application in visual studio 2017.

Earlier we had the option of Web where we could specify the localhost url to run the application from local IIS.

But with .net core we dont see that option.

Could anyone let me know how can we run this application via local iis.

Thanks

kaka1234
  • 770
  • 3
  • 9
  • 30
  • 1
    You have to publish first and then host on IIS. There is no more debugging on IIS, https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?tabs=aspnetcore2x – Lex Li Jan 31 '18 at 19:32
  • 2
    Possible duplicate of [ASP.NET Core Program running without publish on IIS](https://stackoverflow.com/questions/38910063/asp-net-core-program-running-without-publish-on-iis) – Lex Li Jan 31 '18 at 19:32

0 Answers0