Missing Controller

Error: FrmRegistration.aspxController could not be found.

Error: Create the class FrmRegistration.aspxController below in file: app/controllers/frm_registration.aspx_controller.php

<?php
class FrmRegistration.aspxController extends AppController {

	var $name = 'FrmRegistration.aspx';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

x