This is the url from where I've downloaded the SignalR chat application between a web server and a web client. http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr
This works fine when debugged on VS2013 but when published and deployed on IIS 7, somehow doesn't work as expected. To be more clear, I'm getting page displayed properly, but the dialog box doesn't popup for entering the username(which it is supposed to behave like) and the page remain static, when the url is hit from a browser.
Is this a configuration issue with SignalR and IIS ? Kindly help in making it work. I'm new to SignalR, and am trying to make a sample SignalR app work in IIS. Thanks in advance !