The content place holder in site.master should be empty of any html, that's where the default and home pages will place their content.
Move the html in the site.master OUT from between the content place holder cph.
Add the: <asp:content id="Content1" contentPlaceHolderId="cph" runat="server">
</asp:content> tags to the deafult.aspx page as it is missing.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Whichever one you want to be the main page. It's only for debugging anyway so that VS knows which page you want to start the app at.
Please post your full code as it is now in code tags please. Otherwise I can't help.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68