asp.net mvc and webforms shared authentication -


i have few websites based on webforms , 1 based on mvc. websites have same settings forms authentication in web config.

the problem once logged in webforms website, have re-login mvc websites, when log out mvc website, automatically logged out webforms websites.

how can pass information mvc website user logged in when using webforms.

try article. essentially, want single sign on. term google for.

http://www.codeproject.com/kb/aspnet/singlesignon.aspx


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -