I created a new ASP.NET MVC application with a Project Name of "HelloWorld", and did some basic testing. I then did a global rename of "HelloWorld" to "ApplicationName", but when I create a new controller, it still puts it into the "HelloWorld" namespace.
How do I fix this?