The firsts page of project while executing is login form & after authorizing, i want it should redirect to mastermain page, after clicking submit button, but it shows error "This type of page is not served". The login page is not the child page of master page. The code i have written as
protected void Loin(object sender, EventArgs e)
{
Response.Redirect("~/MasterPage.master");
}
Now to load this master page, any help..??
Thanks
Regards