What is the purpose of UseIISIntegration?

 Posted by Rajnilari2015 on 8/9/2016 | Category: ASP.NET Core Interview questions | Views: 6563 | Points: 40
Answer:

UseIISIntegration configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors. WebHostBuilder uses the UseIISIntegration for hosting in IIS and IIS Express.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response