Hi
I have an intranet site built on .net 1.1 that uses integrated authentication against AD to log users in automatically when they visit the site.
What I'd like to do is when a user firsts visits the site, if they have clicked on a link to get to the site, I want to store what the user requested including variables e.g. so that after the intranet application does all the sign in stuff, I can send them to what they actually asked for.
The problem I have is that the application does the redirection at the moment, but loses the variables in the url.
I kind of understand ASp .net, and JavaScript to a greater degree, so I'd like to implement something that's easy for me.
Thanks
I have an intranet site built on .net 1.1 that uses integrated authentication against AD to log users in automatically when they visit the site.
What I'd like to do is when a user firsts visits the site, if they have clicked on a link to get to the site, I want to store what the user requested including variables e.g. so that after the intranet application does all the sign in stuff, I can send them to what they actually asked for.
The problem I have is that the application does the redirection at the moment, but loses the variables in the url.
I kind of understand ASp .net, and JavaScript to a greater degree, so I'd like to implement something that's easy for me.
Thanks