| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 891 online users. » 1 Member(s) | 887 Guest(s) Applebot, Bing, Google, gbh100
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 290
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 231
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 251
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 552
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 301
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 723
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 275
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,366
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 414
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,070
|
|
|
| ISAPI application stop responds |
|
Posted by: a.palladino - 07-08-2021, 05:25 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
Hi,
when the number of users grows, my application no longer responds, no longer allows access, then by reset iis everything works, I use free and nil at every form closure;
why the memory allocated by the IIS worker process grows continuously ? Has anyone had this problem and how was it fixed?
thank you
|
|
|
| Intraweb for Rest API POST - Image file |
|
Posted by: brsoft - 07-06-2021, 10:33 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi Alexandre!
PostDataDemo works well with xml and json files.
However, I could not resolve the transfer of image files (jpg).
The error is caused by aRequest.Files.Count = 0
I tried to set the Content-Type (client sent it the same way):
- RegisterContentType('image/jpeg');
- RegisterContentType('application/octet-stream');
Other server applications can receive images from this client application.
Can you help?
Thanks.
Regards
Robert
|
|
|
| Problem with SA http.sys and SSL |
|
Posted by: robAgencySoftware - 07-02-2021, 06:39 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello!
I'm converting my older Intraweb version 14 standalone application to 15 (http.sys) standalone. I eventually got it running in non secure mode. I'm trying to run with SSL, but I'm having trouble. There's something I'm missing, so as an experiment I started a new http.sys standalone project. I followed the example here:
https://doc.atozed.com/en/iw15/develop/c...-intraweb/ However I noticed it doesn't seem to mention setting it up to support SSL.
So to try it, I'm calling WebApplication->SwitchToSecure() from IWServerControllerBaseNewSession. I've got the openSSL files in the output dir (libeay32.dll and ssleay32.dll). I'm doing the same thing I was doing before under version 14. Additionally, I'm following the instructions on:
https://www.atozed.com/intraweb/certmana...lications/
to create a self signed cert. Then, I'm running the Intraweb GUI, and clicking a browser button. If I don't call SwitchToSecure, I get my 'Hello World!" test form. If I do call SwitchToSecure, I get the "This site can't be reached" error message. I also get a strange resulting URL with a string or random characters appended to it.
What am I missing? I haven't found much searching the forum for getting SSL working under http.sys. In the Intraweb v14 (which I assume is Indy), I had no trouble running under SSL.
Is there any instructions or threads out there someone can point me to about getting a stand alone http.sys app running in secure mode?
I'd appreciate any ideas, or rebukes if I'm just being dumb and missing the obvious.
|
|
|
| Long delays with IE11 after upgrade v15 upgrade |
|
Posted by: Lee Cubinski - 06-29-2021, 01:17 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
I recently upgraded from a v14 version to 15.2.27 and have encountered one issue that is really stumping me. Our main landing page has a locate account button that finds an account in about 4 seconds processing time thru Chrome and Edge but takes 15 seconds in IE11.
I cannot find anything in the code or in Fiddler callback statistics. Its almost like everything is done processing and its just taking a nap before refreshing the page. Has anyone encountered this behavior and remediated?
Sadly, I have clients that need to stay on IE11 for awhile longer.
|
|
|
| Form close query |
|
Posted by: Comograma - 06-28-2021, 01:10 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Is it possible to query to close a form?
When I'm trying to do that when a user clicks on a button to close a form, he's queried about it, i.g., if he realy wanna close that form because of, for instance, the obligatoriness of certain mandatory fields.
In my case, I'm talking about a modal form.
|
|
|
|