How To Create An ASP.NET Project With Different Name To The Folder
When we create an ASP.NET web application, Visual Studio - mine is 2003 – only gives us a chance to define the folder’s name, and then the project with the same name is created under that folder. Sometimes, we need have a different project’s name to the folder’s name.
Please don’t be stubborn to create such a project. Here is a shortcut: create a project with whatever name, than SAVE AS from the menu or RENAME by right clicking the project from the solution explore. That’s it.
Thank my friend David for this inspiration.