Hi
Firstly thank you for the reply.
I done as you suggested and I get the page loading now...for your
reference i changed the line that adds the alias to the below:
bundles.AddUrlWithAlias<ScriptBundle>("~/signalr/hubs", "signalr", b
=> b.AddReference("~/Scripts/jquery.signalR.js"));
However, when the page loads and I suspect my element that calls the
signalR.js file I get a 404 not found exception because it is trying
to look at the following address:
http://localhost/~/signalr/hubs
Again removing the ~ from my line causes the original error. Any other
suggestions?
Jonathan
> @Schabse <
http://twitter.com/Schabse> |
> StackOverflow<
http://stackoverflow.com/users/34397/slaks>
> | Blog <
http://blog.slaks.net/>