|
|
|
|
![]() ![]() |
Aug 1 2005, 02:19 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
have a situation where we have a mirror server located outside of our domain. Using ASP, I need to have the web server on the different domain access files on a file server that is within another domain and be able to display the file from the web page. They are Word documents and PDFs and Excel files. But for security reasons, we can not use anonymous access. On our production server we just use mappings within IIS to perform this, because it is all within one domain. I hope someone has had a similar experience and can tell me how this can be done using ASP or some kind of component. Thank you in advance for any information.
Kvarnerexpress |
|
|
|
Jan 30 2006, 06:05 PM
Post
#2
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 40 Joined: 29-January 06 Member No.: 17,841 |
You will have to use iis-proxy. That is, configure your iis in proxy mode for the urls you like. For example, if you want to access all files under "Docs" in the second server, in your first server you need to create proxy mapping
http://<firstserver>/Docs to be redirected to http://<secondserver>/Docs. This should solve your problem. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 27th July 2008 - 02:22 AM |