scenario
i have a site that has an admin section to it. the login page to the admin section is accessed using a similar url to this;
section/login.aspx
my problem is this piece of code(i think)
FormsAuthentication.RedirectFromLoginPag(txtUserName.Text, False)
what this does is direct the user to;
what i actually want it to do is send the user to;
section/default.aspx
my work is based on this article;
and works perfectly on my local machine. it is just this directory issue that is messing things up
any ideas anybody?
i have a site that has an admin section to it. the login page to the admin section is accessed using a similar url to this;
section/login.aspx
my problem is this piece of code(i think)
FormsAuthentication.RedirectFromLoginPag(txtUserName.Text, False)
what this does is direct the user to;
what i actually want it to do is send the user to;
section/default.aspx
my work is based on this article;
and works perfectly on my local machine. it is just this directory issue that is messing things up
any ideas anybody?