|
-
Dec 18th, 2000, 04:37 AM
#1
Thread Starter
New Member
Hi ,
I try to write createObject from ASP Page
To VB .I GOT ERROR permission denied
try to do it on Win2000 ,vb6
Any Help Please ????/
Thanks
Anna
-
Dec 19th, 2000, 08:56 AM
#2
Addicted Member
Is your object an exe?
Does your object try to open an exe?
If so, that's the root, you must go to MS msdn search and find a paper on executing out-of-process components from ASP.
André
-
Dec 20th, 2000, 07:58 AM
#3
Thread Starter
New Member
no i just want to use createobject to vb dll
when i use in win98 psw its work
but when i use win2000 iis5
i got err like permission denied
-
Dec 20th, 2000, 08:02 AM
#4
Addicted Member
Ok try with Server.CreateObject("DLL.Class")
André
-
Dec 20th, 2000, 10:53 AM
#5
Thread Starter
New Member
Thanks but i did it but nothing ...
Please ....
-
Dec 20th, 2000, 10:54 AM
#6
Thread Starter
New Member
Someone told me that ..
t's most likely the permissions on the server for the object (DLL) you're
trying to create. Unless you are running the ASP page under a specific
account (i.e. with anonymous access turned off), you must give the
IUSR-{machinename} and IWAM-{machinename} accounts read permission for the
DLL.
What does it mean ?
-
Dec 21st, 2000, 03:06 AM
#7
Addicted Member
Ok, do you have data connections from your dll?
What kind of security do you use?
My best suggestion for you, is for you to install the dll in COM+ and give it an identity, one NT account identity.
Try this. I have never had this problem.
Another guess: Does your component request data through HTTP?, does it try to get XML data through HTTP?
André
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
|