Hi,
We have a web based application written in C#/.NET and flash uses flash
remoting to call methods in ASPX pages. Every thing works fine if flash is
run on dev machine, it can connect to .NET ASPX pages on same machine. But
when this flash is run from other machine it pops up user/id password
dialog. Web application does not have security instead we are using
<authentication mode="None" /> in web.config (for now only). Both machines
are part in same workgroup (the machine on which user/id password pops up
and the machine on which web is running). First of all user/id password
dialog shouldn't pop up but worse is, it does not accept any valid user id
/password combination , instead only a user with admin rights on web can
call Flash remoting calls.
All machines are running WinXP prof, SP2.
Please post your thoughts, solutions, work arounds. Any help, pointers are
highly appreciated.
Thanks.
Farhan
Farhan Noor Qureshi - 08 Aug 2005 20:51 GMT
What a bummer! It was an out-of-the-blue NTFS permission issue.
> Hi,
>
[quoted text clipped - 18 lines]
>
> Farhan