Hi expert, when i run my web application on local it working fine, but on IIS i m getting following error.CS0246: The type or namespace name 'UserBLL' could not be found (are you missing a using directive or an assembly reference?){
UserBLL ubll = new UserBLL();
DataSet ds;
protected void Page_Load(object sender, EventArgs e)
Go to the complete details ...