how to get absolute path of a different server
We have hosted some downloadable files on our different server due to bandwidth problem. Now we want to download those files using an ASP script from our curren开发者_开发技巧t server.
But how could we know the absolute path of that particular server using ASP script ?
regards sk
Not 100% sure of what you're asking...
If the remote files are within a website on the remote server, you van reference them directly. If they are managed within your application, you may need to build some additional web service/httphandler or "asp" page that retrieves and serves the image (binary write, setting mime type etc)
精彩评论