750
99.9
Aug 05, 2010
Mohit:
The proper place is to add it in the Service Layer (just like we have done in the Design Pattern Framework, with Login, Logout, etc).
However, you probably still want to add some extra code in the Presentation layer, to manage authentication cookies, by including calls to FormAuthentication methods, such as, FormsAuthentication.SignOut.
Hope this helps.