Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISAPI Redirect
#1
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)
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)