07-28-04 11:09 PM
Hi Andrew,
all MCMS resources are protected by MCMS.
If you would like to enable anonymous access to these items you need to
enable guest access in the SCA.
If only authenticated users should be allowed to see these resources then
you need to authenticate against MCMS - that what happens here.
Decide if authentication for these resources is required or not - depending
on this you can either enable guest access or convert your non-cms
application into a CMS application and use MCMS forms login.
Cheers,
Stefan.
"jaradeveloper" <superstrada@tiscali.it> schrieb im Newsbeitrag
news:d9fa4278.0407240651.6039e291@posting.google.com...
> Hi guys.
> I fall into a strange trouble which caused me two big doubts.
> First:
> I have two aspnet web applications, just one of them is a CMS
> application.
> I need to share some CMS published images with the non CMS application
> so I retrieve the cms path for the image and put it in a xml file and
> the other application reads it and uses it.The path of the resources
> point to the NR virtual directory.
> On the development environment everythingh went ok but now on the
> production domain, when the non CMS application tries to open the
> images, the authentication mask pops up.
> I figured it was a permission problem but I didn't manage to fix it.
> I set as anonymous user of NR in IIS the user that run the aspnet
> application process, in fact I tried with various users but with no
> luck.
> The non cms application is "form authentication".
> Anybody has any advice?
> Can I try some kind of impersonate on the non CMS application?
>
> The second doubt is related to the RDonlyres fodler as well:
> On the domain there are two web servers, each one has got CMS
> installed and they point to the same DB. Do I have to synchronize
> rdOnlyres contents using replicas?
>
> Thanks for patience in reading it!
> Any help welcome
> Andrew
[ Post a follow-up to this message ]
|