Click here to Skip to main content
15,793,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to access a particular folder of a another domain server by using my domain server in asp.net Please do needful for me.

I had created one website which has two modules,

ADMIN
USER
They are hosted on different domains. Now when user open its domain suppose its abc.com and can register their company and also upload photo from there and uploaded photo will go in Company_Logo FOLDER. Now suppose ADMIN's domain is xyz.com . now i want that ADMIN open its xyz.com and can see the photo uploaded from abc.com.
Posted
Updated 6-Feb-13 20:10pm
v2

1 solution

Simple,
You can open access to that folder, by Network access [^], or FTP [^] and access that folder form the second server.

You can also accomplish this using the IIS using HTTP request-response where the content of the response will use the MIME type you need.

Cheers,
Edo
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900