Ask a Question related to ASP, Design and Development.
-
Karim M Ladhu #1
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
-
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:... -
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) =... -
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... -
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 -
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... -
Ray at #2
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



Reply With Quote

