Posted on: 3/31/2014 11:29:57 PM | Views : 518

Hi all
what is happen that i put change the root of the main master page and then i relocated as before but now i am facing this problem, i have read many of question of people they face the same case but i couldn't find a good solution or answer to fix this error, by the way i tried to change the root from "~/" to "../" and also add in the root the main project folder but its the same like: "../berava/" and the same case.
here is the code of master page

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="~/MasterPage.master" Inherits="MasterPage.master" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Transitional/EN" "http:/www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="ht ...

Go to the complete details ...