Javascript source files are acting strange with asp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    Javascript source files are acting strange with asp

    I have two applications that I wrote that use asp and javascript
    source files. Recently both of these applications starting acting
    strange on my test box. Image icons will randomly stop showing up and
    any javascript that I use a src file with

    <script language="javas cript" src="mytest.js" ></script> )

    returns random errors. Javascript on the page itself works fine. If I
    click f5 multiple times I will get different results. I am thinking
    that this may be a problem with IIS. The applications work flawlessly
    on my live web server. They just don't seem to work properly on my
    test box. I've tried the following to rectify the problem:

    1. Cleaned up space and defragged

    2. Reinstalled IIS

    3. Reinstalled IE 6.0 SP 1

    4. Used the windows repair utility.

    5. Removed the .Net Framework

    Any help would be greatly appreciated.

    I am using Windows 2000 with IIS 5.0 and IE 6.0 SP 1
  • Hal Rosser

    #2
    Re: Javascript source files are acting strange with asp

    Try it out on a different browser - like mozilla firefox - or netscape
    then on a different test box

    "Jason" <jfreets2@yahoo .com> wrote in message
    news:ec1eda50.0 411031357.256bc ae6@posting.goo gle.com...[color=blue]
    > I have two applications that I wrote that use asp and javascript
    > source files. Recently both of these applications starting acting
    > strange on my test box. Image icons will randomly stop showing up and
    > any javascript that I use a src file with
    >
    > <script language="javas cript" src="mytest.js" ></script> )
    >
    > returns random errors. Javascript on the page itself works fine. If I
    > click f5 multiple times I will get different results. I am thinking
    > that this may be a problem with IIS. The applications work flawlessly
    > on my live web server. They just don't seem to work properly on my
    > test box. I've tried the following to rectify the problem:
    >
    > 1. Cleaned up space and defragged
    >
    > 2. Reinstalled IIS
    >
    > 3. Reinstalled IE 6.0 SP 1
    >
    > 4. Used the windows repair utility.
    >
    > 5. Removed the .Net Framework
    >
    > Any help would be greatly appreciated.
    >
    > I am using Windows 2000 with IIS 5.0 and IE 6.0 SP 1[/color]


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.781 / Virus Database: 527 - Release Date: 10/21/2004


    Comment

    • George Hester

      #3
      Re: Javascript source files are acting strange with asp

      "Jason" wrote in message news:ec1eda50.0 411031357.256bc ae6@posting.goo gle.com...[color=blue]
      > I have two applications that I wrote that use asp and javascript
      > source files. Recently both of these applications starting acting
      > strange on my test box. Image icons will randomly stop showing up and
      > any javascript that I use a src file with
      >
      > <script language="javas cript" src="mytest.js" ></script> )
      >
      > returns random errors. Javascript on the page itself works fine. If I
      > click f5 multiple times I will get different results. I am thinking
      > that this may be a problem with IIS. The applications work flawlessly
      > on my live web server. They just don't seem to work properly on my
      > test box. I've tried the following to rectify the problem:
      >
      > 1. Cleaned up space and defragged[/color]

      This really only effects speed. Files are defragmented so that search time is reduced. Would really have nothing to do with JavaScript errors.
      [color=blue]
      >
      > 2. Reinstalled IIS[/color]

      Unusual here. If you can access a simple ASP page then IIS is behaving. It always a good idea to test trivial examples and if they work all's well.
      [color=blue]
      >
      > 3. Reinstalled IE 6.0 SP 1[/color]

      This one is a bitch. I would not install that browser in Windows 2000 but I don't think that's the issue.
      [color=blue]
      >
      > 4. Used the windows repair utility.[/color]

      This is an installer repai utility. You are not trying to fix an installer issue so this was unncessary.
      [color=blue]
      >
      > 5. Removed the .Net Framework[/color]

      Once removed it will be difficult to get it back in. Good luck if you decide to do that but I don't think thisd was the issue either.[color=blue]
      >
      > Any help would be greatly appreciated.
      >
      > I am using Windows 2000 with IIS 5.0 and IE 6.0 SP 1[/color]

      The issues you say you had are 9 times out of 10 due to Anti-virus software and or their updates. Also "security" updates from Microsoft can cause this. The errors are likely permissions errors and or incomplete connections due to security fixes.

      I would try very trivial js and ASP. Make sure they work and work and work as you build them up to what you want. When the issue arises then you know that what you just did is the culprit.

      --
      George Hester
      _______________ _______________ ____

      Comment

      • George Hester

        #4
        Re: Javascript source files are acting strange with asp

        You may find this hotfix useful:

        Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.


        You have to call Microsoft's 1-800 number and ask for it by name 835183. That is all you have to do to get the hotfix's link sent to you.

        "George Hester" <hesterloli@hot mail.com> wrote in message news:5Hcid.3985 9$JS4.36422@twi ster.nyroc.rr.c om...
        "Jason" wrote in message news:ec1eda50.0 411031357.256bc ae6@posting.goo gle.com...

        <snip>

        --
        George Hester
        _______________ _______________ ____

        Comment

        Working...