GithubHelp home page GithubHelp logo

Comments (10)

davidfowl avatar davidfowl commented on May 20, 2024

You can navigate to elmah.axd and see if there are any errors there.

from signalr.

ChristianWeyer avatar ChristianWeyer commented on May 20, 2024

Hm - this gives me:
403 - Forbidden: Access is denied.

from signalr.

davidfowl avatar davidfowl commented on May 20, 2024

What gives you access denied? Maybe a screenshot of the elmah page would help?

from signalr.

ChristianWeyer avatar ChristianWeyer commented on May 20, 2024

http://signalr.thinkazure.net/elmah.axd gives me a typical IIS 403 Forbidden page (how can I attach pictures here? :))

from signalr.

davidfowl avatar davidfowl commented on May 20, 2024

Ah 403 for elmah. Go to web.config for the Samples project and add this:

<elmah>
         <security allowRemoteAccess="true" />
</elmah>

Then re-deploy and look at the errors.

from signalr.

ChristianWeyer avatar ChristianWeyer commented on May 20, 2024

The config snippet did not come through the comment system...

from signalr.

ChristianWeyer avatar ChristianWeyer commented on May 20, 2024

OK, now ELMAH works.Thx for this.

But there are no errors to be seen.
The samples just do not work as 'expected'... :( Any further idea?

from signalr.

davidfowl avatar davidfowl commented on May 20, 2024

Use firebug and take a look at the network traffic.

from signalr.

ChristianWeyer avatar ChristianWeyer commented on May 20, 2024

I think sending emails back and forth with screenshots etc, would be much easier? :)
BTW: no errors in Firebug, IE F12 and Chrome F12 ...

... but the demos like Shape Share do "not work" (and this can be discussed better via email, IMHO).

from signalr.

davidfowl avatar davidfowl commented on May 20, 2024

Need to change the implementation of the signal bus and message store for more than one azure instance.

from signalr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.