Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
After timeout refresh page
#1
I have sessiontimeout setting 5 min. After not beautiful message 500 ...

Can you replace with html template which contain link to refresh page?
Reply
#2
This feature exists for years:

https://github.com/Atozed/IntraWeb/tree/...gTemplates
Reply
#3
(04-16-2023, 01:02 AM)Alexandre Machado Wrote: This feature exists for years:

https://github.com/Atozed/IntraWeb/tree/...gTemplates

I tried this demo! In folder Templates copy only my IWSesionTimeOut.html Thats it? Did i forget something ... not work?
Reply
#4
Are you getting error 500? Are you testing this as a stand alone application locally or made it an ISAPI app under IIS?

I tested this demo right before posting that response to you and it works as intended without any modification.
Reply
#5
(04-18-2023, 08:01 PM)Alexandre Machado Wrote: Are you getting error 500? Are you testing this as a stand alone application locally or made it an ISAPI app under IIS?

I tested this demo right before posting that response to you and it works as intended without any modification.

My app is ISAPI app under IIS.
Reply
#6
so you are not running the same exact demo application, but a modified one  Big Grin

Please check the last item of this page, 8. Configuring your application to show timeout errors in a Windows Server:

https://docs.atozed.com/Docs.dll/deploym...20IIS.html

It explains why you are always receiving a 500 error when running in IIS and how to fix it.

If you already have a web.config file, you just need to add this line to the appropriate place:

<httpErrors existingResponse="PassThrough" />

Please let me know if it solved your issue.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)