bug report webserver - if file doesn't exists - WeOnlyDo Discussion board

bug report webserver - if file doesn't exists (General questions)

by mik, Sunday, December 27, 2009, 14:46 (5444 days ago)

See code below,

If index.html doesn't exists after custom response, as below, VB6 crash in/after IwodWebNotify_RequestDone. This only take place after custom response and NOT if the server takes care of all requests automatically.

Private Sub IwodWebNotify_RequestHeaders(..)
If (User.Request.PageName = ) Then
User.Response.FileName = html/index.html
End If
End Sub


Complete thread: