Tildele rettighed til at køre dll
HejJeg har en Win2003 webserver. Når jeg fra ASP forsøger at oprettet et objekt af typen w3socket får jeg følgende fejl:
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Jeg har på en anden side fundet følgende svar, som skulle løse problemet.
When calling CreateObject within an ASP application? Simply grant the web user’s Anonymous access account (and any application pool account if IIS6) permissions to read and execute the .dll file containing the COM object you’re trying to create with the CreateObject function.
Mit problem er imidlertid at jeg ikke kan finde ud af hvad det er jeg skal ændre på serveren. Er der nogen der kan uddybe/oversætte lidt :-)
Kovalt
