Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7642625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:14:14+00:00 2026-05-31T09:14:14+00:00

Chakra is the code-name of the updated Javascript engine Microsoft packaged into IE9. It’s

  • 0

Chakra is the code-name of the updated Javascript engine Microsoft packaged into IE9.

It’s possible to use JScript as the development language for an ASP Classic page. This normally runs on the JScript engine built-in to Windows, something that has been present in all versions of Windows since NT4 Option Pack (c.1996).

The question is, it is possible to use Javascript running on the Chakra engine, for ASP purposes?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T09:14:16+00:00Added an answer on May 31, 2026 at 9:14 am

    Apparently not.

    I tried with this simple sample script:

    <%@ language="Javascript" %>
    
    <script language="Javascript" runat="server" src='json2.js'></script>
    
    <script language="Javascript" runat="server">
    
    (function() {
    
        scriptEngineInfo = function () {
            var s = {
                engine : ScriptEngine(),
                version: {
                    major: ScriptEngineMajorVersion(),
                    minor:ScriptEngineMinorVersion()
                },
                build: ScriptEngineBuildVersion()
            };
            return s;
        }
    
    }());
    
    var x = scriptEngineInfo();
    x.Timestamp = (new Date()).valueOf();
    
    Response.Write (JSON.stringify(x));
    
    </script>
    

    When “Javascript” is the name of the language, as above, I get this result:

    {
      "engine": "JScript",
      "version": {
        "major": 5,
        "minor": 8
      },
      "build": 16982,
      "Timestamp": 1331866901948
    }
    

    When I do as suggested in this answer and configure Chakra as a named scripting engine, then replace the three occurrences of “Javascript” in the above script with “Chakra”, then run the “page”, I get correct, expected results:

    {
      "engine": "JScript",
      "version": {
        "major": 9,
        "minor": 0
      },
      "build": 16441,
      "Timestamp": 1331867213695
    }
    

    The major version of 9 shows I am using Chakra.

    BUT if I then re-request the same script, it fails with a 500 error, saying:

    Can’t execute code from a freed script

    If I try again, it gives me

    A trappable error (C0000005) occurred in an external object. The script cannot continue running.

    If I try again, I get:

    A ScriptEngine threw exception ‘C0000005’ in ‘IActiveScript::GetScriptState()’ from ‘CActiveScriptEngine::ReuseEngine()’.

    This is repeatable, for this script, on my machine.

    From this I conclude that Chakra has not been engineered for the ASP environment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anybody has experience with the upcoming IE9 Chakra engine? I am currently considering whether
The new JavaScript engine takes advantage of multiple CPU cores through Windows to interpret,
I want in output this PHP code echo name , star_type , service by
I want to code a constructor for an array of size x with x
The following code outputs the screen to a JPEG. When printed on A4 ,
http://jsfiddle.net/chakri/92tqF/ I need help with the above code. I am trying to disable the
i'm looking for a solution to move an element that i need to move
OK, I'm in a dilemma right now, and neither my knowledge of C (which
I presume only the Button server control in ASP.NET has AUTO POST BACK set
I would like to get all the characters in a field before a space

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.