Problem with ASP.NET 2.0 medium trust. Not able to read other domains

Anjinho

Guppy
Hello

I have 3 different domains for the different languages of my site.
Lets call these
- webLanguage_base (asp.net 1.1 )
- webLanguage2 (asp.net 2.0 )
- webLanguage3 (asp.net 2.0 )

In the site webLanguage_base are all my photos of my members. In the other domains webLanguage2, webLanguage3 I want to do some file actions on the files under webLanguage_base.

For example:
- I want to check if files exist
- or if a members leaves I want to delete there profile and also there photos.

Problem
This does not work. An asp.net 2.0 application is not able to access other domains, even when they are my domains. Because of the medium trust I believe.

What does work
It is possible to access files from one domain in another domain if the website (that reads the files) is written in asp.net 1.1. But then I have to stick around with asp.net 2.0 and that is no option.

What can be done about this?
I just want to be able to access all my files under all my domains from every domain.
 
Back
Top