How locate Web.config file

Oyeladun Ayobami 0 Reputation points
2025-04-02T05:51:37.73+00:00

Screenshot_20250402_063642_Chrome

This question is related to the following Learning Module

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
414 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 74,936 Reputation points
    2025-04-02T16:37:26.1166667+00:00

    you appear to be using asp.net core. the web.config is created during publish if not in the project. copy the web.config from the publish folder to the project root folder. mark its build option to copy. then you can edit as suggested.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.