Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have a new server 2008, iis 7.
In II6 everything worked great, one application for login with a login page- form authentication.
once the user logged in he's recognized by all asp.net web applications, frame work 1 and 2.
In IIS 7 it works only with application under the same application pool.(same framework)
but if the asp.net application is frame work 2, and the login application in in frame work 1 so they are on different application pools and then the user can't login to the frame work 2 application, he keeps on getting the login page again and again
All application pools are set to classic mode, and the machine key in all the web.configs are the same, and the form authentication cookie is the same.
What is the problem ?
Posted

1 solution

I think you must change both application pools to your App name,
In IIS7 your application pool will defained by iis and you can use it,
change the pools of apps to one of iis defined for your app pool.
this may solve the problem.
sorry 4 bad english.
 
Share this answer
 
Comments
Ankur\m/ 1-Dec-10 8:11am    
[moved from answer]
Shulamit Geisler wrote:
I didnt understand can you explain better what I need to do

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900