Recently, I completed a website that was almost ready to be published. However, my client now wants to add a new page with similar content as the main masterpage (including the logo, menu, and a few buttons), but with some changes in colors and background images.
Currently, my masterpage includes:
<link id="Link1" runat="server" href="~/Styles/masterPage.css" rel="stylesheet" type="text/css" />
Instead of creating a whole new masterpage for just one single .aspx file, is it possible to create a new page.aspx based on the existing masterpage, but instructing the masterpage to use "masterPage2.css" instead of "masterPage.css"?
I hope the question makes sense, English is not my first language so I apologize if it's unclear. Thank you very much.