Atozed Forums
IW 15.1.3 ISAPI - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW 15.1.3 ISAPI (/thread-1191.html)



IW 15.1.3 ISAPI - matija - 08-16-2019

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.


RE: IW 15.1.3 ISAPI - kudzu - 08-17-2019

None of those are needed for ISAPI. Those are related to ASP.NET deployment.


RE: IW 15.1.3 ISAPI - matija - 08-19-2019

(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?


RE: IW 15.1.3 ISAPI - kudzu - 08-19-2019

Im not aware of any changes in .3 what would affect SSL.

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


RE: IW 15.1.3 ISAPI - matija - 08-20-2019

(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!


RE: IW 15.1.3 ISAPI - Alexandre Machado - 08-20-2019

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.


RE: IW 15.1.3 ISAPI - matija - 08-21-2019

(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!


RE: IW 15.1.3 ISAPI - Alexandre Machado - 08-24-2019

Have you tried latest IW 15.1.4? It works correctly with it.

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


RE: IW 15.1.3 ISAPI - matija - 08-26-2019

(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