IIS6 and createobject

sdlangers

Centurion
Joined
Dec 3, 2002
Messages
118
we recently moved form win2k to win2003 server and the following asp.net code wont work on the new server :

myObj = CreateObject("wwque.custobject")

it used to work wiht no problems on the old server. i guess its permissions related, i read that IIS6 uses network service user instead of IUSR or IWAM, but even when i give full permission to the everyone user on the wwque.exe file, it still doesnt work

any ideas?
 
Back
Top