Hi I am using asp.net. My requirement is as follows
The user logs in to his/her system using his network credentials. After successfully logging into the system he opens the home page of the application like www.xyz.com/Index.aspx. Since he is not authorized he is redirected to www.xyz.com/logon.aspx
But the crux here is he uses the same user ID & password which he used earlier to log in to the system.Thus he has to login twice. I want that once the user successfully logs into the system he should be able to directly open the www.xyz.com/Index.aspx & not asked to login again
We are using IIS to host our application. The pages are developed on dot net framework 2.0 & developed using Visual Studio 2005