-
Notifications
You must be signed in to change notification settings - Fork 4.9k
.Net Core 2.0 preview-2 issues deployed to IIS #723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think there is something called the asp.net core hosting bundle that you need to install. |
@DamianEdwards do you know where the link to that is? |
@Petermarcu |
#2 in your list looks like the one I'm thinking of. @DamianEdwards would know if that's the right one or if there is another issue here. |
@yupingyong Could you please provide more details on the steps you performed and the error you are seeing? |
@yupingyong, any more details you can provide to @danroth27 so we can dig deeper? |
@danroth27 @Petermarcu
|
You can add it manually into the pipeline: Go into the modules feature in IIS for the server, and 'Configure Native Modules' on the right. You will see AspNetCoreModule in the list. You can add it there. However, even after adding it, I still see the dreaded 502.5 error on both standalone and framework dependent apps. Now, the version it is referencing, after removing all .netcore 1.x installations from my machine is 7.1.1982 - is this the correct .netcore 2 version? I have followed all the steps for getting a 1.x site deployed. I have added the Kestrel and IISConfiguration elements to my Program.cs (ootb template doesn't for some reason). I have tested that Kestrel runs it just fine (dotnet myapp.dll) but the reverse proxy between IIS and Kestrel is still not working. It is not an app issue, but an AspNetCore Module problem. Do we have anyone from the .net core team even looking into this? IIS just makes administration so much easier. |
@yupingyong We generated the required web.config file to add the ASP.NET Core Module to your app when you run |
Is this still an issue? |
I'm going to close this issue now. Let us know if its still a problem. |
.Net Core 2.0 preview-2 installed in windows server 2016 Windows Server Hosting IIS does not appear AspNetCoreModule module
The text was updated successfully, but these errors were encountered: