![]() |
ISAPI Redirect - 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: ISAPI Redirect (/thread-2651.html) |
ISAPI Redirect - matija - 02-28-2022 I get only in ISAPI version this error in first load: Invalid reply type (NoData). Reply status code: 303 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. An error occurs at: GGetWebApplicationThreadVar.Redirect('http://localhost/page2',false) or WebApplication.Redirect('http://localhost/page2',false) RE: ISAPI Redirect - Alexandre Machado - 03-02-2022 Did you try to debug it, as ISAPI? In general this is caused by some problem while your application is initializing. Some exception happens and parts of the ISAPI subsystem don't load properly. |