after hosting the site in IIS7 , images are not loading in hosted site but in local machine(development system) images are loading .we have given server path(server path) like '//server/foldername'.
please help me
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gnanavel SekarPosted Mar 3, 2017, 1:46 AM
Hima BinduPosted Jul 18, 2016, 7:36 AM
Samir BhogaytaPosted Jun 25, 2016, 4:22 AM
{
string completePath = HttpContext.Current.Server.MapPath(HttpContext.Current.Request.ApplicationPath).Replace("/", "\\");
string rootPath = completePath + "\\";
return rootPath;
}
Suresh SPosted Jan 4, 2016, 6:03 AM
Raja TPosted Jan 4, 2016, 5:34 AM
Suresh SPosted Jan 4, 2016, 5:25 AM
Raja TPosted Jan 4, 2016, 5:06 AM
Rajeesh MenothPosted Jan 4, 2016, 5:00 AM