Now I'm trying to do something else by overriding the GetContacts in the glabal.asax. But at that point I get this error:
"function 'GetContacts' cannot be declared 'overrides' because it does not override a function in a base class."
and I don't get the feeling I override somthing when I delete overrides. Does anyone has a solution?
I'm stuck with it.