3

After updating to Windows 1709, Build 16299.15 - I tried to run my intranet app, which uses the local host. However, when I put in the URL to that (or to any permutation of localhost:XXXX, I get

"Service Unavailable" and "HTTP Error 503. The service is unavailable".

Any idea on how to re-start the local host? I opened up IIS Manager...

2 Answers2

5
  1. Stop W3SVC

  2. Delete all files in wherever\inetpub\temp\appPools

  3. Start W3SVC

Maciej Jureczko
  • 1,560
  • 6
  • 19
  • 23
0

I'd forgotten all about the "DefaultAppPool". That was the problem

  • You should mark Terry's answer as "the answer" since he helped you solve the problem and your answer doesn't actually add anything to other users having the same problem. – Richard Szalay Oct 21 '17 at 03:17