On Mar 18, 2:45*pm, "Jeff" <it_consulta...@hotmail.com.NOSPAM> wrote:
> hi
>
> asp.net 2.0
>
> I have a webportal consisting of many pages. Up to the left there is a
> loginview showing a login control. When users navigate to a different page
> using a menu created in asp.net then user can navigate to that page without
> being logged out..
>
> the problem is that in the top of each page is a menu made in flash. When
> user clicks on some of the buttons there to navigate to a different page.
> then user is sent to that page, but he is also logged out....
>
> what am I doing wrong here?
Please check the example at
http://quickstarts.asp.net/quickstar...loginview.aspx,
you should have similar code for LoginView and the web.config file.
Hope this helps.