Right now when I type in
http://portwebsite/home/ my current ASP application is asking for the username and password and checking for the existing user in the database.
I developed a single sign on chek in .Net using Active Directory so when user type in
http://portalwebsite/home/ it should check the current windows user authentication which I already developed in .net and then if they are authenticated.....it should directly redirect to the ASP page
http://portalwebsite/home/home/ and if not then it should ask for the username and passowrd by my current existing ASP check at
http://portalwebsite/home/
Can you please guide me how do i co-relate my both application ?
I appreciate your help.