This topic is locked

After login redirect to edit page

5/8/2009 05:29:57
ASPRunnerPro General questions
C
crisstyd author

I am trying to redirect users to the edit page after login. I tried the following code, with no success:
if Session("GroupID")="user" then

Response.Redirect "june_list.asp"

end if
With this code, I get the following error:
"You don't have permissions to access this table Back to login page"
I do not want them to view any of the other pages. I have three different groups set up user, mgrs, and admin.
Thanks for any assistance! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11783&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />

J
Jane 5/8/2009

Hi,
please make sure you have set up permissions for this page for user group on the Security tab.

C
crisstyd author 5/8/2009

Hi,

please make sure you have set up permissions for this page for user group on the Security tab.


Jane,
Thanks for the response. I did set the permissions when I set it. I think I made an error in the code. I will keep messing with it. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=40935&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />

Sergey Kornilov admin 5/8/2009

crisstyd,
you can also post your application to Demo Account (use 'Demo Account' button on the last screen in program) and open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation.