Statistics
The Highest Post







Statistics
Count 20
Avg 21.00
Min 21
Max 21
Asp.Net Core Top questions

Details



Peter Agyekum What does CreateDefaultBuilder in program.cs in Asp.netCore? It Configures Kestrel server as the web server using the app's hosting configuration providers. CreateDefaultBuilder enables IIS Integration, which configures the app's base address and port. IIS Integration also configures the app to capture startup errors.