On my global.asax page, I have the following code:
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs) server.transfer("err.aspx") End Sub
This does not work, and I get the following error: The object reference is not installed in the object instance.
Thanks in advance
source share