How to give image path which located in other system in asp.net
-
I have created asp.net web application to show slide show using SlideShowExtender. Here i need to add image path which is located in other system. i have give like string[] imagenames = System.IO.Directory.GetFiles(@"\\ipaddress\d$\WebSite\images\"); It is working fine if i run through application. If i host it in IIS and run. Image is blank. How to give image path. Anybody knows please reply me. Thanks in advance.
-
I have created asp.net web application to show slide show using SlideShowExtender. Here i need to add image path which is located in other system. i have give like string[] imagenames = System.IO.Directory.GetFiles(@"\\ipaddress\d$\WebSite\images\"); It is working fine if i run through application. If i host it in IIS and run. Image is blank. How to give image path. Anybody knows please reply me. Thanks in advance.
-
I have created asp.net web application to show slide show using SlideShowExtender. Here i need to add image path which is located in other system. i have give like string[] imagenames = System.IO.Directory.GetFiles(@"\\ipaddress\d$\WebSite\images\"); It is working fine if i run through application. If i host it in IIS and run. Image is blank. How to give image path. Anybody knows please reply me. Thanks in advance.