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

Developer technologies | ASP.NET | ASP.NET API
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
    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.