Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

debug setup in win 2k server

Status
Not open for further replies.

eyager

Programmer
Jul 22, 2002
8
0
0
US
Hi all,

I'm trying to setup a vb dll debug environment on a windows 2000 server machine.

I have:

1) made both the IUSER and IWAM system ids administrators and power users

2) have gone into the local secuirty policy in order to give them permission to "act as part of the operating system".

3) unregistered the dll using regsvr32 -u,

4) renamed it

5) recycled IIS.

6) hit play in VB

It still tells me I don't have permission to run the dll.
"Error Type:
Server object, ASP 0178 (0x800A0005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object."

What am I missin? I don't remember doing anything else when I setup environments in the past.

-M
 
Okay,

I figured it out on my own....and figured i'd post the info up here in case anyone else had the same problems

1) make both the IUSER and IWAM system ids administrators and power users

2) go into the local secuirty policy

3) give IUSR, and IWAM permission to:
"act as part of the operating system"
"access the computer from the network"
"Log on as a batch job"
"log on locally"

4) give VUSR permission to:
"log on as a batch job"

5) go into ISM
Change the anonymous access user from IUSR to an administrator id you sign into the computer with.
Uncheck the box that allows IIS to deal with the password

6) unregister the dll using regsvr32 -u,

7) rename it

8) restart the computer

8) open the dll source code in VB

10) hit play in VB

and it should work.

enjoy
-M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top