简体   繁体   English

我要访问服务器外部的图像

[英]I want to access Images which is outside of the server

I'm gonna implement this on asp.net and my problem is I have some images in some others folder i can access those in run command in from windows explorer but i need to put those images to WEB and browse them automatically. 我要在asp.net上实现它,我的问题是我在某些其他文件夹中有一些图像,我可以从Windows资源管理器中访问运行命令中的图像,但我需要将这些图像放到WEB并自动浏览它们。

But i tried to do it it wont work because the images are outside of the server..how to do it? 但是我尝试这样做,因为图像不在服务器之外..该怎么做? is there is a possibility of doing this? 有可能这样做吗?

Think of a small LAN Network and when you browse the web your friends specific location data should be display can we do it? 想想一个小型的局域网,当您浏览网络时,您的朋友应该显示特定的位置数据,我们可以这样做吗?

In IIS you can add Virtual Directory to your website and point it to network location of where the images are stored. 在IIS中,您可以将虚拟目录添加到您的网站,并将其指向存储图像的网络位置。

Here are instructions . 这是说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何显示存储在文件夹外的图像? - How to display images which is stored outside the folder? 如何访问当前开发服务器中控制器中的Images文件夹? - How do I access Images folder in the controller in the current development server? 我想将文件上传到asp.net网站的“ images”文件夹中的HttpPostedFile - I want to upload file to HttpPostedFile which is present in “images” folder of my asp.net website 我想访问我文件后面的代码中的Telerik控件radpageview内的dropdownlist控件 - i want to access dropdownlist control which is inside radpageview of telerik control in my code behind file 如果设备将参数作为.asp发送到apache tomcat服务器,而我想在jsp页面上访问这些参数 - If a device sends the parameters to apache tomcat server as a .asp and i want to access these parameters on jsp page 我想访问for loop.so中的asp.net服务器控件的“ ids”,因此我可以单行设置所有控件的值 - i want to access 'ids' of asp.net server controls in for loop.so with single line i can set value to all controls 访问服务器外部或asp.net中的根文件 - Access file outside of server or root in asp.net 将临时数据存储在SQL Server外部以缩短访问时间 - Storing temp data outside of SQL Server for faster access times 我现在要显示将文件上传上传以将图像保存在文件夹中 - I make fileUpload to save images in folder now i want to display it 不显示在实时服务器中显示在本地主机中的图像 - Not showing the images in live server which is showing in my local host
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM