sbarski / dashing.net

dashing.net is a direct .NET port of the dashing framework originally created by Shopify
MIT License
93 stars 56 forks source link

hosting on iis #12

Closed erichexter closed 11 years ago

erichexter commented 11 years ago

I was able to get the dashboard running on a dev machine using IIS Express, but when I host it on IIS on an azure VM or on an Azure website, the api/events/ call never completes, it statys open ( in chrome dev tools) is there a know fix, IIS configurtion to get the SSE working on iis 8 ?

ryan-barry commented 11 years ago

Same issue here. No call backs.

erichexter commented 11 years ago

I gave up on this and created a new dashboard using signalr pulling in the same client libraries

ryan-barry commented 11 years ago

I ended up getting it working. But ya only Chrome.

erichexter commented 11 years ago

What steps did you do to get it working?

On Thursday, October 24, 2013, ryan-barry wrote:

I ended up getting it working. But ya only Chrome.

— Reply to this email directly or view it on GitHubhttps://github.com/sbarski/dashing.net/issues/12#issuecomment-27019658 .

Eric Hexter

blog | http://Hex.LosTechies.com info | http://www.linkedin.com/in/erichexter

ryan-barry commented 11 years ago

So I ended up pointing the web site to a sub directory that had the full project and augmented the eventsource path to hit the sub-dir. I had signalr working on the box for another project so I am not sure if that setup had any effect. I hopefully will get some time to repeat the setup next week.