-
Notifications
You must be signed in to change notification settings - Fork 31
fixing the AV for graceful shutdown on Win7, set forwardWindowsAuthTo… #59
Conversation
…ken default to true and other minor issues
@@ -141,7 +141,7 @@ class APPLICATION_MANAGER | |||
<li> Enable logging the application process' stdout messages </li> \ | |||
<li> Attach a debugger to the application process and inspect </li></ul></fieldset> \ | |||
<fieldset><h4> For more information visit: \ | |||
<a href=\"http://go.microsoft.com/fwlink/?linkid=808681\" <cite> http://go.microsoft.com/fwlink/?LinkID=808681 </cite></a></h4> \ | |||
<a href=\"https://go.microsoft.com/fwlink/?linkid=808681\" <cite> https://go.microsoft.com/fwlink/?LinkID=808681 </cite></a></h4> \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know this code but the <a
seems to be missing a closing angle bracket (before <cite>
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know when this new 1.0.1972 version including those fixes will be packaged in a runtime? I'm not familiar with this process. Thanks. |
@shirhatti Do you know when 1.0.1972 will be available? |
I also need it |
Me too, I cant wait so I'm going to build aspnetcore module by myself, but of course an official release is the way. |
@simonealessandrelli 1.0.1972 has been available for a while now with the latest version of server hosting bundle. It's available here. |
fixing the #53 #57 #58 @jhkimnew @shirhatti