You can pass to redirect url credentials using querystring.But encrypt the
querystring data as it is secure info.
> Hello,
>
[quoted text clipped - 13 lines]
>
> Thanks in advance
Manuel - 31 Oct 2005 10:16 GMT
Thanks Santhi for your answer but the issue consists on authenticate the Web
Request versus IIS via Basic/Windows authentication, As far as i know the
credentials are not provided in a QueryString basis but in the Web Client
cache.
My WebApp is located in a web folder which can be reached by any user
(read/execute permisssion for everyone).
By the other side I have a asp page located in the same machine but
different web folder. This folder only can be reached by a specific user so I
need to provide this last user credentials in the redirection performed in my
.aspx page.
I expect this explanation will help on looking for the answer.
Thanks
----------
> You can pass to redirect url credentials using querystring.But encrypt the
> querystring data as it is secure info.
[quoted text clipped - 16 lines]
> >
> > Thanks in advance