string idd1 = HttpContext.Current.Request.Url.ToString();
idd1 = idd1.Substring(idd1.IndexOf("//") + 2);
idd1 = idd1.Substring(0, idd1.IndexOf("/") + 1);
idd1 = "http://" + idd1;
string idd1 = HttpContext.Current.Request.Url.ToString();
idd1 = idd1.Substring(idd1.IndexOf("//") + 2);
idd1 = idd1.Substring(0, idd1.IndexOf("/") + 1);
idd1 = "http://" + idd1;