-1

Actually i have two projects i want when some activity is performed in my 1st project a notification is shown in my 2nd application both applications are asp mvc4 applications within a single solution.

svrushal
  • 1,612
  • 14
  • 25
  • Actually i do not have money and i want a ferrari!!!!! Have you google it? There plenty of examples in internet. – kostas ch. Apr 30 '14 at 07:25
  • yeah i saerch it on google but it shows examples where we have have chathub class in same project so easily we can make a refrence of that class in jquery butmy problem is that i do not have chathub class in same project it exist in some other project – user3588205 Apr 30 '14 at 07:35
  • Add reference to chathub project – kostas ch. Apr 30 '14 at 07:48

1 Answers1

0

Look for "cross domain" inside SignalR documentation. Server and Client are 2 separate things in SignalR, you can use them in different projects, you basically have to specify the full path to reach your server hub in the client project, and enable cross domain support, but check docs for details.

Wasp
  • 3,395
  • 19
  • 37