Troubleshoot IIS - Service Not Available 503 Issue

2015/12/311 min read
bookmark this
Responsive image

Table of Contents

  1. Introduction
  2. Useful Resources
  3. Conclusion

Introduction

When working with IIS, you may encounter the "Service Unavailable 503" error. This usually occurs when the application pool stops automatically. The following is a collection of useful resources for troubleshooting this issue.

Useful Resources

Conclusion

The IIS 503 Service Unavailable error is commonly caused by an application pool that has stopped. The resources above cover various scenarios including automatic pool stopping, unhandled exceptions crashing the worker process, and strategies for keeping ASP.NET applications running reliably.