Giter Club home page Giter Club logo

Comments (6)

rcdmk avatar rcdmk commented on June 12, 2024 1

Hum... Now I see.
This doesn't came to the user, since the page is sent to the browser before it happens.
You get this error because you are debugging the IIS process.

I should fix this on the next release.

from aspjson.

rcdmk avatar rcdmk commented on June 12, 2024

Hi.
I've done some tests this days and haven't got this error.
Are you running the latest version?
Are you running this on IIS?

Aside from this questions, I should take a look at this soon.

Thank you.

from aspjson.

Ryansoldier avatar Ryansoldier commented on June 12, 2024

Hello,
Yes it's the latest version (at this date).
Yes I've executed it in a simple web project hosted on IIS.

But I've just found the solution to avoid/reproduce it.
It's because in my applicationhost.config file, I added properties to enable debugging :
Default configuration :

<asp scriptErrorSentToBrowser="true">
    <cache diskTemplateCacheDirectory="%TEMP%\iisexpress\ASP Compiled Templates" />
    <limits />
</asp>

Mine :

<asp scriptErrorSentToBrowser="true" enableParentPaths="true" bufferingOn="true" errorsToNTLog="true" appAllowDebugging="true" appAllowClientDebug="true">
    <cache diskTemplateCacheDirectory="%TEMP%\iisexpress\ASP Compiled Templates" />
    <session allowSessionState="true" />
    <limits />
</asp>

So you can reproduce this problem if you add : appAllowDebugging="true" appAllowClientDebug="true" (I think).

So, normally this problem occurs always but without blocking alert, but I don't understand why.

Here a screenshot of this error when I enable debugging : https://cloud.githubusercontent.com/assets/19835289/15931186/ee3609e2-2e56-11e6-8c55-76981a433828.png

from aspjson.

rcdmk avatar rcdmk commented on June 12, 2024

Please, can you confirm if this is still occurring?

from aspjson.

Ryansoldier avatar Ryansoldier commented on June 12, 2024

Hello,
Yes indeed, except when I update my applicationhost.config file.

from aspjson.

rcdmk avatar rcdmk commented on June 12, 2024

I've done some adjustments to the develop branch.
Can you test if this is fixed there, please?

from aspjson.

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.