Re: Server.CreateObject failed while checking permissions
From: Ken Schaefer (kenRMV@THISadOpenStatic.com)
Date: 10/31/02
- Next message: Ken Schaefer: "Re: Prevent script download"
- Previous message: Alun Jones: "Re: FTP"
- In reply to: Martijn Coppoolse: "Server.CreateObject failed while checking permissions"
- Next in thread: Martijn Coppoolse: "Re: Server.CreateObject failed while checking permissions"
- Reply: Martijn Coppoolse: "Re: Server.CreateObject failed while checking permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ken Schaefer" <kenRMV@THISadOpenStatic.com> Date: Thu, 31 Oct 2002 15:03:45 +1100
Download Filemon from http://www.sysinternals.com/ntw2k/utilities.shtml ,
and have it running when you hit your ASP page. It'll tell you which file(s)
you need to adjust the permissions on.
Cheers
Ken
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Martijn Coppoolse" <msnewsgroups@martijn.coppoolse.com> wrote in message news:3DC0485A.4050706@martijn.coppoolse.com... > Hi all, > > I'm running IIS 5 on Win 2000 Server. I'm running several Web sites off > it, which until yesterday were running smoothly. > > Last weekend, I set it up to run aspx pages as well as asp pages, and > yesterday I installed the Oracle 9i Release 2 database. > > And today, none of my web sites work anymore! They all give me the same > error: > Server object error 'ASP 0178 : 80070005' > Server.CreateObject Access Error > /archives/include/database.asp, line 5 > The call to Server.CreateObject failed while checking permissions. > Access is denied to this object. > > And the breaking line is always: > Set cnn = Server.CreateObject("ADODB.Connection") > > It's a permission issue, but where is the exact problem? And how can I > remedy it? > > Thanks for all suggestions, > > Martijn <@> Coppoolse <.com> >
- Next message: Ken Schaefer: "Re: Prevent script download"
- Previous message: Alun Jones: "Re: FTP"
- In reply to: Martijn Coppoolse: "Server.CreateObject failed while checking permissions"
- Next in thread: Martijn Coppoolse: "Re: Server.CreateObject failed while checking permissions"
- Reply: Martijn Coppoolse: "Re: Server.CreateObject failed while checking permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|