简体   繁体   中英

SignalR Chat application not working with IIS

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 !

检查Applicatlion池,它应该是ASP.Net4.0(集成)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM