I’m encountering an HTTP Error (403.14 – Forbidden) when trying to deploy my ASP.NET Core web application on a Windows Server environment. Here are the steps I’ve taken:
-
Publishing the ASP.NET Core Web App: I’ve published my ASP.NET Core web application using the local folder profile.
-
Configuration in IIS Manager: In IIS Manager, I’ve defined the necessary Application Pool and Website settings for my application.
Despite these steps, I’m still encountering the 403.14 Forbidden error when trying to access the application. How can I resolve this issue and successfully deploy my ASP.NET Core web application on Windows Server?
Any insights or guidance would be greatly appreciated. Thank you!
Error page
After completing these steps, I expected my ASP.NET Core web application to be successfully deployed and accessible through the specified URL.
Despite following the deployment process meticulously, I encountered the HTTP Error (403.14 – Forbidden) when attempting to access the application.
Hesam Khajehei is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.