ISAPI Redirect

<< Click to Display Table of Contents >>

Navigation:  Forum >

ISAPI Redirect

Forum link

 


 

02-28-2022, 11:57 AM:

 

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)

 


 

03-02-2022, 01:25 AM:

 

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.