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