we have a new server 2008, iis 7.
on iis 6 everything worked great.
on iis 7 we have the following problem:
We have one users application that has the login page. (application pool - frame work 1.1)
once user login throught that user application, it's good enough for all application under that pool
(single sign on)
but if the application is on a different pool (frame work 2), the user
keeps on getting the login page again and again after he loggs in.
If I change the login application to run under the application pool of frame work 2
then the applications of frame work 2 work great,
and the applicaiton the run undate app pool frame work 1 - get login page again and again
Please help...