Rename the project in Visual Studio 2017

I have a solution in Visual Studio 2017, and one of the projects is an ASP.NET Web Forms application. How can I rename a project? I changed the name in the .sln file, but the old name is still displayed in the IDE. The folder name corresponds to the desired name.

+5
source share
2 answers

Thanks for the answer. I already tried to edit the .sln file, but that didn't make any difference. I finally found that the problem was in the applicationhost.config file. As soon as I edited, a new name appeared.

+1
source

In Visual Studio Enterprise 2013, right-click en Solution and find the Rename option in the context menu, there is added a new solution name solution rename

0
source

Source: https://habr.com/ru/post/1266156/


All Articles