| Marco Ganio Vecchiolino 2004-11-19, 7:46 am |
| Ok, i reply my own message.
After a lot of try-wait-retry, i can see that the dll must work under port
80, better under a virtual dir. If it's not so, you can receive a few kind of
errors going to 'failed to initialize HTTP Receive', or other that means was
impossible to register to receive location. And so on.
Well, if you have SharePoint on your port 80, things are more difficult,
'cause you have to, first, enable file type (otherwise SP will block it) and
find out a difficult path it's already hounting me: someone (SP or ASP.NET ?)
will block your POST action with a 'POST is forbidden' message (you know that
when reverse-proxing or rebuilding addresses in other way, there's a little
trick of ASP.NET: if you don't include in config file explicit entry with
wildchar, POST actions are forbidden: serach error message in the net and
you'll find a vaste manner you can get the error).
I'm evaluating the large variety of situations in order to identify my
personal one.
So if you have some idea, experience or suggestion... please help me and, i
suppose, a lot of people having same problems.
M.G.V.
|