Skip to content

Instantly share code, notes, and snippets.

@spottedmahn
Last active October 23, 2022 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spottedmahn/bf2938803bae55a0aea5456925afe142 to your computer and use it in GitHub Desktop.
Save spottedmahn/bf2938803bae55a0aea5456925afe142 to your computer and use it in GitHub Desktop.
After changing ASP.NET ENV variable, need to restart IIS and IISReset doesn't work apparently
#https://github.com/aspnet/IISIntegration/issues/1401#issuecomment-423252335
net stop /y was && net start w3svc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment