i managed to solve it, it took a while

but it seems
that it is working now
if anyone else has this problem you can solve it in this
way:
follow the instructions in
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;312779
and get sure IIS and FPSE are correctly installed, i
found after a lot of research that my FPSE where indeed
misconfigured.
>-----Original Message-----
>Do this and post back the error message:
>
>This <customErrors> tag should then have
>> its "mode" attribute set to "Off".
>>
>>
>> <!-- Web.Config Configuration File -->
>>
>> <configuration>
>> <system.web>
>> <customErrors mode="Off"/>
>> </system.web>
>> </configuration>
>
>
>
>.
>