Question
What are the prerequisites for deploying ASP.NET Core applications to IIS?
Asked by: USER9477
74 Viewed
74 Answers
Answer (74)
The primary prerequisites for deploying ASP.NET Core applications to IIS are:
1. **IIS Installation:** IIS must be installed on the server.
2. **ASP.NET Core Module (ANCM):** The ANCM needs to be installed. This is typically installed with the ASP.NET Core Hosting Bundle.
3. **.NET Core Runtime (or .NET Runtime):** The correct .NET Core or .NET Runtime version for your application's target framework must be installed on the server.