ASP Error on local IIS / Win 2K machine...

Ask a Question related to ASP, Design and Development.

  1. #1

    Default ASP Error on local IIS / Win 2K machine...

    I am having a little trouble with this...

    When trying to log in to my website via ASP,
    the local IIS host returns a page can not be
    displayed internal server error and starts
    complaining about invalid code.

    ----------------------------------------------

    The error is: 500.100 Internal Server Error

    Error Code: 0x800A000D

    Type Mismatch (Cint)

    -----------------------------------------------

    My web host also uses IIS on Windows 2000
    and when I upload the same page - it works
    fine. To me this implies that the code is fine.

    Also, even though on the local IIS host
    an error is displayed - it seems as though the
    file is processed to the end because the session
    variables are created - if I then go on to browse
    a page which requires you to be logged in - it
    is able to welcome me by name via the session
    variables created on the last line of the page
    which generated an error which in turn used
    my user name and password to retrieve my
    name from the database so that it could be
    stored in the session variables.

    As I said, when I upload - no error, everything
    just works.

    Any ideas what could be wrong?

    All suggestions appreciated,

    Thank You,

    Karim


    Karim M Ladhu Guest

  2. Similar Questions and Discussions

    1. onload error.. works on local machine, but not on site...
      I'm getting a weird error on XML.onLoad(): When I try to access the Del.cio.us API via XML, the code works perfectly when running from the C:...
    2. filecopy from remote machine to local machine
      Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =...
    3. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    4. SSL on local machine...
      Hi folks, Is there any way to setup SSL certificates on a locally (workstation) installed IIS server? Thanks in advance...P
    5. Can't use 'local' to find sql server instances on local machine
      My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I...
  3. #2

    Default Re: ASP Error on local IIS / Win 2K machine...

    Find out what the error is and then look at the line of code that is
    indicated in the error response.

    [url]http://www.aspfaq.com/2109[/url]

    Ray at home


    "Karim M Ladhu" <contactme@karimladhu.co.uk> wrote in message
    news:3f70fea6$1_2@mk-nntp-1.news.uk.worldonline.com...
    > I am having a little trouble with this...
    >
    > ----------------------------------------------
    >
    > The error is: 500.100 Internal Server Error
    >
    > Error Code: 0x800A000D
    >
    > Type Mismatch (Cint)

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139