Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Need help with ASP Error

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS Server Problem  
Author Message
westernnord

External


Since: Aug 26, 2004
Posts: 5



(Msg. 1) Posted: Fri Aug 27, 2004 11:34 pm
Post subject: Need help with ASP Error
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have Windows XP and IIS installed. I am getting the following error on
this line of code listed below: Con.Open "accessDSN"

HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Error Type:
Provider (0x80004005)
Unspecified error
/day 06/default.asp, line 9

<!-- #INCLUDE FILE="adovbs.inc" -->

<%

' Get Current Category

cat = TRIM( Request( "cat" ) )

IF cat = "" THEN cat = "Home"

' Open Database Connection

Set Con = Server.CreateObject( "ADODB.Connection" )

Con.Open "accessDSN"

%>

This error occurs in other .asp files. I am wondering if I am missing some
..dll's. According to the book "ASP in a Nutshell" the CreateObject DLL's
must be installed and registered on the web server machine separately from
the installation of IIS. If this is the problem, how do I know if I have
them on my machine? If I need them, where can I get them?

Regards, Richard

 >> Stay informed about: Need help with ASP Error 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 2) Posted: Mon Aug 30, 2004 1:28 am
Post subject: Re: Need help with ASP Error [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 27 Aug 2004 20:34:57 -0700, <westernnord.TakeThisOut@webtv.net> wrote:

 >I have Windows XP and IIS installed. I am getting the following error on
 >this line of code listed below: Con.Open "accessDSN"
 >
 >HTTP 500.100 - Internal Server Error - ASP error
 >Internet Information Services
 >
 >Error Type:
 >Provider (0x80004005)
 >Unspecified error
 >/day 06/default.asp, line 9

FAQ. See:

Why do I get database-related 80004005 errors?
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2009" target="_blank">http://www.aspfaq.com/show.asp?id=2009</a>

If you post ASP issues in the ASP groups you'll get a better response.

Jeff<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Need help with ASP Error 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]