-
Notifications
You must be signed in to change notification settings - Fork 59
Add UseIISPlatformHandler extension method to IWebApplicationBuilder #52
Comments
I assume this is part of the outcome from yesterdays hours of discussion? |
Yap |
If you call it UseIISPlatformHandler for both IWebApplicationBuilder and IApplicationBuilder it's going to be very confusing to document. How about UseIISPlatformHandlerUrl? |
@Tratcher Is it safe to remain on a current runtime ( |
Microsoft.AspNet.Hosting rc2-16219 and later. Microsoft.AspNet.IISIntegration rc2-16132 and later. You'll need to update both packages at the same time as there is a conflict between the new and old behavior. |
@Tratcher Thx. Apparently I've been ok with runtime |
See aspnet/Hosting#553. Here's what the entry point would look like:
UseIISPlatformHandler sets the appropriate server.urls entry for the port and base path. These are baked into hosting today.
The text was updated successfully, but these errors were encountered: