-
Renaming a web form
I'm new to programming, so this might seem like a simple thing, but I want to rename a web application. What steps do I take to ensure that everything stays in order. The last time I tried to change the name of a web form I couldn't open it anymore.
Thanks for the help. Have a great day!
-
Can you be more specific. Are you renaming the whole application (which equates to the actual site name) or just an aspx page? Are you using visual studio.net?
-
I want to rename the whole application. I just need to make sure I don't miss renaming anything. I think I figured it out, but I'm not sure.
-
Yes I am using Visual Studio.Net
-
Well I would create a new web application and add in the existing web forms from the old application. then you can delete them from the old one and they should all work fine in the new application.