views:

76

answers:

1

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?

+2  A: 

It's in Project Properties, as in any other C# project.

Pavel Minaev
Thanks, Pavel..
Robert Harvey