I have DNN installation that contains multiple portals.
In one of the portals there are some pages that are only allowed for users those have a specific role. When some one try to access one of those pages say Page A, It redirect to the login page. After successful authentication user is not directed to the desired page A, but he is redirected to another page B.
The redirected page B is included in menu and contains many sub pages (those are allowed for specific role.) The redirected page B is also allowed for the users having specific role.
The above problem is only in one portal only. Rest of the portals donot have this problem.
I am using DNN 4.08.03.
I have also tried by changing the values of 'Login Page' and 'User Page' under Advance Settings-> Page Management section in the Admin->Site Settings.
I have set the value Login Page to 'Login Page' and the value of User Page to '', but it didnot work.
Any suggestions????