|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 02 > 26 > Telegram_2021-02-26T14 |
2021-02-26T14:03:31
Lets check the simple stuff first.
1) What EVENT is the code in?
2) Set a breakpoint, it he code being called?
3) Create a new project with just a look up, even modify the demo locally if you want. Does the code work ok there?
2021-02-26T14:37:39
Is it a x86 o x64 application?
Is it using HTTPS? Indy, Http.sys, ISAPI?
Try to disable compression (in ServerController, also disable the PreCompress option), and see if it makes any difference.
2021-02-26T14:39:37
Disable compression for testing only, of course.
2021-02-26T14:40:55
Is it a test project? If so, can you share it?
2021-02-26T14:49:58
Are you trying to create it during an async event ?