I think your problem is here:
inherits="_Default, App_Web_default.aspx.cdcab7d2"
That needs to be the name of the code behind page class - i.e. if your page is called default.aspx, then it would normally inherit from _Default.
Maybe try removing the App_Web_default.aspx.cdcab7d2 from the page directive.