I have implemented SignalR BackPlane and it seems to be working fine.
Have used this URL for reference.
I am creating a new SQL Database to achieve SingalR. My Doubt is: why do I have to create a new DB, or why can't I make use of existing Database?
- Can I use the existing DB to achieve the same rather than creating new DB?
- What SQL permissions have to be taken care of to create a new table in an existing DB?