SignalR with custom Authentication and authorization – Asp.net
I have Three applications. 1)Windows Application 2)Asp.net web form 3)Asp.net MVC I have a Authentication and Authorization system that implemented using a web service. In simple form the underlying tables are like: User Table: Id UserName Password --------------------------------- Role Table;…