How to change name of ASP.NET Empty website project ?

daowdos 241 Reputation points
2021-09-09T08:16:10.5+00:00

I want to change the name of my project because it has the same name as the solution main project.
I tried in many way but didn't find how to change the name.
The project name project is ShopWebSite1

When the solution and project has same name it makes problems when trying to upload the project to GitHub.

130647-aspnet.png

Thanks in advance
Elad

.NET Standard
.NET Standard
A formal specification of .NET APIs that are available on multiple .NET implementations.
506 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
3,169 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,489 questions
ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
558 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 36,431 Reputation points
    2021-09-09T16:49:30.927+00:00

    what issue did you run into with GitHub?

    I often upload solutions where the solution file and project file have the same same. they have different extensions, so there is no issue.