-
Notifications
You must be signed in to change notification settings - Fork 58
Rename UseIIS() to UseIISIntegration() #121
Comments
/cc @Tratcher |
It seems that integration is tied to kestrel anyway or will there be future different combinations. |
Kestrel is replaceable. WebListener isn't compatible with AspNetCoreModule right now but we'd like to make it work in the future. You can also plug in 3rd party servers. |
Create an announcement. |
Updated the prior announcement. |
@phenning FYI |
@Tratcher close? |
@Eilon There's still a few repos to clean up. Templates, Performance, cli-samples, etc.. |
Rename UseIIS() to UseIISIntegration() It seems that this change is in rc3 Package is that intentional? 1.0.0-rc2-20383 UseIIS() |
It's in both, release is at rc2-20539 |
Ah I see I am only picking up 20383 on cidev |
Looks like I should be moving to the vnext feed for the buildup to rc2 now? |
As far as I can see vnext is the latest package for rc2 currently |
You should use aspnetcirelease if you're tracking the RC2 packages. |
Got it thanks now at 20539. There might be other like me who want to track rc2 to release. If there is no announcement maybe an issue post in Home? |
@mikes-gh I mentioned this on an existing announcement and updated the sample code. #105 (comment) |
@Tratcher thanks |
It looks strange to have
UseIIS()
andUseKestrel()
in the same call chain when this is really about integrating with IIS while still using Kestrel. Plus it means the name lines up with the package name, etc.The text was updated successfully, but these errors were encountered: