|
-
Jan 25th, 2005, 08:38 AM
#1
Thread Starter
Hyperactive Member
ActiveX EXE IIS "Access Denied" [RESOLVED]
***** RESOLUTION ******
Found changes to IIS in XP Pro SP2 prevent anonymous access !!
Changed to Integrated Authentication & All is well with the world.
Only took a whole effing day searching for something that should
in my opinion be trumpeted from the rooftops by Microsoft !!!!!
************************************
Hey Chaps,
I've got an ActiveX EXE as an object on a web page, it works on my development PC but deployed to a User's PC the message comes back as "Access Denied".
Any ideas what i'm missing? The User on the machine has full Admin Rights.
The client is XP Pro, as is my Dev. PC.
Thanks
Chubby
Last edited by Chubby; Jan 26th, 2005 at 05:01 AM.
-
Jan 25th, 2005, 11:16 AM
#2
Re: ActiveX EXE IIS "Access Denied"
 Originally Posted by Chubby
Hey Chaps,
I've got an ActiveX EXE as an object on a web page, it works on my development PC but deployed to a User's PC the message comes back as "Access Denied".
Any ideas what i'm missing? The User on the machine has full Admin Rights.
The client is XP Pro, as is my Dev. PC.
Thanks
Chubby
You need to check the IE settings. Click on Tools menu from IE and choose "Internet Option", go to security tab, click on "Custom Level" and then scroll down and make sure ActiviX is enabled to download and run.
That should fix the problem.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 25th, 2005, 11:50 AM
#3
Thread Starter
Hyperactive Member
Re: ActiveX EXE IIS "Access Denied"
Hey Danial,
Thanks for the reply.
Unfortunately it appears the problem is deeper than this.
The settings for ActiveX are correct (Low IIS process etc). The problem appears to lie in the SP version of either IIS (5.1) of Win XP Pro (SP2).
The developer machine has XP PRo SP1a, the target has XP PRo SP2.
The ActiveX EXE is instantiated and run on the developer machine Out of Process without a problem.
On the target machine I get the error:
Code:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error Outbound.asp, line 12 The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Trolling the other support sites etc it appears its permissions related but I've set all the User's Access to the EXE using dcomConfig and am stil lno further forward....
Cheers.
Chubby
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|