i was reviewing the code al ittle bit (i'm not a perl programmer though)
and i think that the problem lies here:
# executable perl code blocks
if ($type eq "_CODE")
{
if ($option_ref->{'DO_CODE'})
{
&get_form_data unless ($FORM_READ);
return &eval_code($data);
}
else
{
return &inline_error("_CODE block failed to execute by permission settings");
}
}
this is in bmlp.pl.
it's probably a way how IIS handles SOMETHING... i'm not exactly sure though... maybe somebody can help me out with exactly how this section works... and maybe i can fix it up or... i could have not installed a modules or something stupid like that..
anyways whatever the problem is, thanks a bunch :)
~daNi~