Atozed Forums

Full Version: IW 15.1.3 ISAPI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Do I need to have new DLLs (Atozed.Core, Intraweb, Intraweb.HTML, Itraweb.IWP) for the ISAPI version if you are using IW 15.1.3?

Because it doesn't work, I don't know why or where! In the previous version, the case still worked.
None of those are needed for ISAPI. Those are related to ASP.NET deployment.
(08-17-2019, 04:47 PM)kudzu Wrote: [ -> ]None of those are needed for ISAPI. Those are related to ASP.NET deployment.

My application good WORK as Services and ISAPI without https.

NOT WORK in HTTPS and I don't know why? IW15.1.2 it still worked. There not work terminate app.

Need to define the ISAPI version-project differently than before?
Im not aware of any changes in .3 what would affect SSL.

In ISAPI and http.sys, HTTPS is provided by IIS, not IntraWeb.
(08-19-2019, 08:11 PM)kudzu Wrote: [ -> ]Im not aware of any changes in .3 what would affect SSL.

In ISAPI and http.sys, HTTPS is provided by IIS, not IntraWeb.

Attachment: Easy project! Button redirect to Logout form. This form include IWTimer start GGetWebApplicationThreadVar.Terminate ... This has worked so far in HTTPS!
HTTPS in ISAPI is provided by IIS.
Do you have a certificate installed in IIS? The certificate and all HTTPS related stuff is handled by IIS, not IntraWeb.
(08-20-2019, 09:16 PM)Alexandre Machado Wrote: [ -> ]HTTPS in ISAPI is provided by IIS.
Do you have a certificate installed in IIS? The certificate and all HTTPS related stuff is handled by IIS, not IntraWeb.

Yes a im installed certificate! 

Terminate and redirect work in http://localhost/myapp, not work  https://domain.com/myapp with attachment source (TestIW.zip)?
I need restart App Pool in IIS!

All our other applications WORK (IW14 and https) the same way!
Have you tried latest IW 15.1.4? It works correctly with it.

Can you please try it and let me know the results?
(08-24-2019, 01:18 AM)Alexandre Machado Wrote: [ -> ]Have you tried latest IW 15.1.4? It works correctly with it.

Can you please try it and let me know the results?

Now work! Thx