Atozed Forums

Full Version: ISAPI Redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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)
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.