0
votes

I have two Projects; MVC 4 and JabbR (WebForms). I'm doing integration release, so I added JabbR as a reference in my MVC 4 Project. And I wrote batch file to copy all marckups to my project and bring the configurations, everything is great till now.

Now, I tried to run the app. But signalr/hubs is not available. i'm using IIS 8. Cannot detect the problem!!! Why!?

I also checked the FAQ in https://github.com/SignalR/SignalR/wiki/Faq

Nothing happend?!?!?! :( please help

1
Have you added the signalr javascript file as a reference? For example: jquery.signalR-0.5.3.min.jsDavid Esteves
Yeah I did .. And it gives me error in browser for "~/signalr/hubs" reference only @System.Web.Optimization.Scripts.Render("~/bundles/signalR") <script type="text/javascript" src="@Url.Content("~/signalr/hubs")"></script>bunjeeb

1 Answers

0
votes

My Question answered Here in this link

https://github.com/davidfowl/JabbR/issues/599

"JabbR is a standalone application. It is not meant to be integrated in the way that you described above" by samandmoore