bug report webserver - if file doesn't exists (General questions)
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