Click here to Skip to main content
15,887,175 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: This is why we can't have nice things... Pin
Greg Utas1-Aug-20 13:52
professionalGreg Utas1-Aug-20 13:52 
GeneralRe: This is why we can't have nice things... Pin
Sander Rossel1-Aug-20 23:00
professionalSander Rossel1-Aug-20 23:00 
QuestionRe: This is why we can't have nice things... Pin
RickZeeland1-Aug-20 20:43
mveRickZeeland1-Aug-20 20:43 
JokeRe: This is why we can't have nice things... Pin
Nelek1-Aug-20 22:17
protectorNelek1-Aug-20 22:17 
AnswerRe: This is why we can't have nice things... Pin
Sander Rossel1-Aug-20 22:55
professionalSander Rossel1-Aug-20 22:55 
GeneralRe: This is why we can't have nice things... Pin
RickZeeland2-Aug-20 2:06
mveRickZeeland2-Aug-20 2:06 
GeneralRe: This is why we can't have nice things... Pin
Sander Rossel2-Aug-20 2:16
professionalSander Rossel2-Aug-20 2:16 
AnswerRe: This is why we can't have nice things... Pin
Marc Clifton2-Aug-20 8:16
mvaMarc Clifton2-Aug-20 8:16 
RickZeeland wrote:
the damn thing just seems to keep running even though I wrote a special "Stopper" application.


I find that incredibly annoying myself, even asked about it on the Q&A forums and got no answer.

From what I've learned, if it helps: a typical IIS application, the DLL's are shadow copied so you can update the master ones and IIS detects this and copies re-shadows the DLL's, all nice and seemless to the user experience on the browser.

ASP.NET Core applications aren't shadow copied, so IIS "locks" the DLL's regardless of whether there's any endpoint call currently being executed or not. The only solution I've found is to manually stop the associated application pool, do the update, and restart it.

And there seems to be no way to do that from the command line. Extremely frustrating.

GeneralRe: This is why we can't have nice things... Pin
honey the codewitch2-Aug-20 8:49
mvahoney the codewitch2-Aug-20 8:49 
GeneralRe: This is why we can't have nice things... Pin
RickZeeland2-Aug-20 8:50
mveRickZeeland2-Aug-20 8:50 
GeneralRe: This is why we can't have nice things... Pin
virang_212-Aug-20 13:37
virang_212-Aug-20 13:37 
GeneralThought of the Weekend Pin
W Balboos, GHB1-Aug-20 11:14
W Balboos, GHB1-Aug-20 11:14 
GeneralRe: Thought of the Weekend Pin
Eddy Vluggen1-Aug-20 11:58
professionalEddy Vluggen1-Aug-20 11:58 
GeneralRe: Thought of the Weekend Pin
Daniel Pfeffer1-Aug-20 13:10
professionalDaniel Pfeffer1-Aug-20 13:10 
GeneralIf someone has several popular articles in one month Pin
honey the codewitch1-Aug-20 8:10
mvahoney the codewitch1-Aug-20 8:10 
GeneralRe: If someone has several popular articles in one month Pin
Daniel Pfeffer1-Aug-20 9:01
professionalDaniel Pfeffer1-Aug-20 9:01 
GeneralRe: If someone has several popular articles in one month Pin
honey the codewitch1-Aug-20 9:06
mvahoney the codewitch1-Aug-20 9:06 
GeneralRe: If someone has several popular articles in one month Pin
Ravi Bhavnani1-Aug-20 10:17
professionalRavi Bhavnani1-Aug-20 10:17 
GeneralRe: If someone has several popular articles in one month Pin
Marc Clifton2-Aug-20 8:16
mvaMarc Clifton2-Aug-20 8:16 
GeneralRe: If someone has several popular articles in one month Pin
Sean Ewington4-Aug-20 2:58
staffSean Ewington4-Aug-20 2:58 
GeneralNever trust atoms... PinPopular
Richard Andrew x641-Aug-20 6:41
professionalRichard Andrew x641-Aug-20 6:41 
GeneralRe: Never trust atoms... Pin
Mike Hankey1-Aug-20 7:07
mveMike Hankey1-Aug-20 7:07 
JokeRe: Never trust atoms... Pin
Daniel Pfeffer1-Aug-20 8:24
professionalDaniel Pfeffer1-Aug-20 8:24 
GeneralRe: Never trust atoms... Pin
W Balboos, GHB1-Aug-20 11:08
W Balboos, GHB1-Aug-20 11:08 
GeneralRe: Never trust atoms... Pin
Eddy Vluggen1-Aug-20 11:59
professionalEddy Vluggen1-Aug-20 11:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.