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.
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.
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
Source: https://habr.com/ru/post/1266156/More articles:How to write a good unit test without mocking everything? - unit-testingWhy can't the C # compiler deduce the type of a lambda expression with dynamic? - c #assign a value in accordance with a certain relation - cError starting Spark in Intellij: "the apache object is not a member of the org package" - scalaGetter for a private member object in Java - javaWhat is the difference between `&` and `and` in Clojure Spec? - clojureList of all child nodes of a document element - xmlUSE IF FOR EXTERNAL USE IN MSSQL - sql-serverwebsockets and server4 authentication - asp.net-coreProblem with reaction - javascriptAll Articles