"Access Denied" ASP problem

Posted: 07-15-2003, 12:30 AM
Hi all,

I have trouble instantiating a COM object from an ASP
file: Server.CreateObject raises "Access Denied" error.
The COM object is a VB.Net assembly registered for COM
Interop. It can be invoked from a standalone VBScript
file without problems.

I tried monitoring file system for possible access
violations but unsuccessfully. The DLLs are located in a
subfolder of ASP Web application. "Everyone" has been
given full control of them.

Any suggestions?
Reply With Quote

Responses to ""Access Denied" ASP problem"

Riyad
Guest
Posts: n/a
 
"Access Denied" ASP problem
Posted: 07-15-2003, 12:30 AM
Hi all,

I have trouble instantiating a COM object from an ASP
file: Server.CreateObject raises "Access Denied" error.
The COM object is a VB.Net assembly registered for COM
Interop. It can be invoked from a standalone VBScript
file without problems.

I tried monitoring file system for possible access
violations but unsuccessfully. The DLLs are located in a
subfolder of ASP Web application. "Everyone" has been
given full control of them.

Any suggestions?
Reply With Quote
Curt_C [MVP]
Guest
Posts: n/a
 
Re: "Access Denied" ASP problem
Posted: 07-15-2003, 12:43 AM
by default the IIS user is IUSR_<machine_name> which is not part of the
group "everyone".
Try changing the IIS anonymous user or specifically adding the IUSR account.

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Riyad" <Riyad.Mammadov@xdti.com> wrote in message
news:0bde01c34a68$3dcac920$a001280a@phx.gbl...
> Hi all,
>
> I have trouble instantiating a COM object from an ASP
> file: Server.CreateObject raises "Access Denied" error.
> The COM object is a VB.Net assembly registered for COM
> Interop. It can be invoked from a standalone VBScript
> file without problems.
>
> I tried monitoring file system for possible access
> violations but unsuccessfully. The DLLs are located in a
> subfolder of ASP Web application. "Everyone" has been
> given full control of them.
>
> Any suggestions?

Reply With Quote
Curt_C [MVP]
Guest
Posts: n/a
 
Re: "Access Denied" ASP problem
Posted: 07-15-2003, 12:43 AM
by default the IIS user is IUSR_<machine_name> which is not part of the
group "everyone".
Try changing the IIS anonymous user or specifically adding the IUSR account.

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Riyad" <Riyad.Mammadov@xdti.com> wrote in message
news:0bde01c34a68$3dcac920$a001280a@phx.gbl...
> Hi all,
>
> I have trouble instantiating a COM object from an ASP
> file: Server.CreateObject raises "Access Denied" error.
> The COM object is a VB.Net assembly registered for COM
> Interop. It can be invoked from a standalone VBScript
> file without problems.
>
> I tried monitoring file system for possible access
> violations but unsuccessfully. The DLLs are located in a
> subfolder of ASP Web application. "Everyone" has been
> given full control of them.
>
> Any suggestions?

Reply With Quote
Riyad
Guest
Posts: n/a
 
Re: "Access Denied" ASP problem
Posted: 07-15-2003, 05:09 PM
Apparently, "Everyone" is not a group, at least I don't
see it in the list of local groups; I therefore cannot
add IUSR_xxx to it. I gave IUSR_xxx full control of the
DLL's, but it doesn't seem to solve the problem...
>-----Original Message-----
>by default the IIS user is IUSR_<machine_name> which is
not part of the
>group "everyone".
>Try changing the IIS anonymous user or specifically
adding the IUSR account.
>
>--
>---------------------------------------------------------
-
>Curt Christianson (Software_AT_Darkfalz.Com)
>Owner/Lead Designer, DF-Software
>http://www.Darkfalz.com
>---------------------------------------------------------
>...Offering free scripts & code snippits for everyone...
>---------------------------------------------------------
>
>"Riyad" <Riyad.Mammadov@xdti.com> wrote in message
>news:0bde01c34a68$3dcac920$a001280a@phx.gbl...
>> Hi all,
>>
>> I have trouble instantiating a COM object from an ASP
>> file: Server.CreateObject raises "Access Denied" error.
>> The COM object is a VB.Net assembly registered for COM
>> Interop. It can be invoked from a standalone VBScript
>> file without problems.
>>
>> I tried monitoring file system for possible access
>> violations but unsuccessfully. The DLLs are located in
a
>> subfolder of ASP Web application. "Everyone" has been
>> given full control of them.
>>
>> Any suggestions?
>
>
>.
>
Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with "stroke" settings JamesStep@gmail.com Adobe Indesign Macintosh 0 12-02-2005 06:15 PM
chart problem: set type="stacked" lightrain Macromedia Flex General Discussion 1 03-11-2005 05:14 AM
Need "put all", "check-in-all", "get all"functionality PleaseHelp Macromedia Exchange Dreamweaver Extensions 1 03-03-2005 03:42 AM
Work around for FHMX's "unexpectedly quit" problem? Youdecide... Judy Arndt Macromedia Freehand 1 07-16-2003 12:41 PM
Work around for FHMX's "unexpectedly quit" problem? You decide... carrmichael webforumsuser@macromedia.com Macromedia Freehand 1 07-15-2003 07:02 PM