4. Save your changes and close the file.
5. In the root of your site, create a new Web Form based on your custom template and call it
MyProfile.aspx. Set the Title of the page to My Profile.
6. Make sure you’re in Markup View and in the cpMainContent content placeholder, create an
element (type h1 followed by the Tab key) with its contents set to My Profile. Right below the
heading, type some text that explains that the My Profile page is used for things like changing passwords.
Wrap the text in a pair of tags to denote a paragraph.
7. Drag a ChangePassword control from the Toolbox and drop it after the closing tag. You
should end up with something like this: