I have been working with signalR for the last few weeks. Yesterday I noticed a strange issue. When I changed the hub name and I uploaded my code to the production the old hub name was there. I restarted IIS same thing. I did an iisreset again same issue.
It was only resolved after I created a new website on IIS and then I was able to see the new hubname under that new website.
My code was the example on this link https://github.com/SignalR/SignalR/wiki/QuickStart-Hubs.
Anyone knows if this is a bug of SignalR or IIS 8?
Thanks for your reply. It was on the client browser. I clean cache I have even try the same thing on new browser that never used that url before but still was there
I created another website using the same application pool on the same IIS. I did a copy paste of the files from the folder(website) that was causing the issues to the new website folder and the problem was resolved
pantonis
Member
328 Points
260 Posts
SignalR or IIS 8 bug
Dec 14, 2012 06:26 AM|LINK
Hi,
I have been working with signalR for the last few weeks. Yesterday I noticed a strange issue. When I changed the hub name and I uploaded my code to the production the old hub name was there. I restarted IIS same thing. I did an iisreset again same issue. It was only resolved after I created a new website on IIS and then I was able to see the new hubname under that new website.
My code was the example on this link https://github.com/SignalR/SignalR/wiki/QuickStart-Hubs.
Anyone knows if this is a bug of SignalR or IIS 8?
Thanks
Please mark this post as answer if it helped you solve your problem
DamianEdward...
Member
234 Points
37 Posts
Microsoft
Re: SignalR or IIS 8 bug
Dec 14, 2012 03:45 PM|LINK
When you say "the old hub name was there" do you mean on the client or the server?
Senior Program Manager, ASP.NET
Microsoft
pantonis
Member
328 Points
260 Posts
Re: SignalR or IIS 8 bug
Dec 14, 2012 04:39 PM|LINK
Thanks for your reply. It was on the client browser. I clean cache I have even try the same thing on new browser that never used that url before but still was there
Please mark this post as answer if it helped you solve your problem
DamianEdward...
Member
234 Points
37 Posts
Microsoft
Re: SignalR or IIS 8 bug
Dec 14, 2012 04:44 PM|LINK
Can you ensure that the server didn't have an old version of your application binary? That's the most likely cause.
Senior Program Manager, ASP.NET
Microsoft
pantonis
Member
328 Points
260 Posts
Re: SignalR or IIS 8 bug
Dec 15, 2012 03:51 PM|LINK
Damian,
I created another website using the same application pool on the same IIS. I did a copy paste of the files from the folder(website) that was causing the issues to the new website folder and the problem was resolved
Please mark this post as answer if it helped you solve your problem
tsabi
Member
2 Points
1 Post
Re: SignalR or IIS 8 bug
Jan 12, 2013 03:21 AM|LINK
It's not clear what was your problem ?
Did you check applicationHost.config ?
or something was in the web.config which didn't get updated ?