Hello
I have a number of aspx files that I use only for testing and some of these aspx files have a variety of different names. For example, I have 'thank you' aspx files - to thank users for registering - called thank_you_copy1.aspx and thank_you_copy2.aspx.
At some point, I will compile them to test on a Web hosting service's server, and when the site(s) go live with a proper name, I will need to rename these Web pages in favour of more formal/respectable names.
Is it best to compile them, upload them to the server, test them, and then rename them on the server - as in right-click | Rename - or is it best to rename them in Visual Studio (VS) and then do all the server stuff? And if I rename them in VS do I just do the same - right-click on each aspx file | Rename - or do I start with clean files that contain working code?
Thanks.
I have a number of aspx files that I use only for testing and some of these aspx files have a variety of different names. For example, I have 'thank you' aspx files - to thank users for registering - called thank_you_copy1.aspx and thank_you_copy2.aspx.
At some point, I will compile them to test on a Web hosting service's server, and when the site(s) go live with a proper name, I will need to rename these Web pages in favour of more formal/respectable names.
Is it best to compile them, upload them to the server, test them, and then rename them on the server - as in right-click | Rename - or is it best to rename them in Visual Studio (VS) and then do all the server stuff? And if I rename them in VS do I just do the same - right-click on each aspx file | Rename - or do I start with clean files that contain working code?
Thanks.