I am supporting two different applications. One is a legacy app running on .Net 3.5 and we support it using VS2008. The other is a bit more modern, running .Net 4.5 on VS2012.
I need to change the legacy app to use claims-based identity authentication. If my dev box had VS2008 alone, it would require installation of WIF runtime and WIF SDK 3.5. However, since my box also has VS2012 installed, I dont seem to be able to install WIF (since its already part of .net 4.5).
The reason I have not migrated the legacy project to use VS2012 is because it also uses EF 4.0 (or 4.1? the old one). I believe this is not compatible on VS2012.
Could anyone advise on the best way to support these application? And how should I implement WIF on the legacy application? (way to use VS2008?)
Thanks