Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7774067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:17:07+00:00 2026-06-01T17:17:07+00:00

In my application i wrote below code for 404. Sub Application_Error(ByVal sender As Object,

  • 0

In my application i wrote below code for 404.

   Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
    Dim exc As Exception
            Dim readdInfo As New NameValueCollection

            exc = Server.GetLastError()
            Dim httpCode As Integer = CType(exc, HttpException).GetHttpCode()
            If httpCode = 404 Then
                If TypeOf Context.CurrentHandler Is System.Web.UI.Page Then
                    Context.Server.Transfer("404.aspx")
                    Context.Response.Flush()
                    Context.Response.End()
                Else
                    Context.RewritePath("404.aspx")
                    Context.Response.Clear()
                    Context.Response.ClearContent()
                    Context.Response.ClearHeaders()
                    **Context.CurrentHandler.ProcessRequest(Context)**
                    Context.Response.Flush()
                    Context.Response.End()
                End If
    End If
 End Sub

But when i try to run above program i am getting Context.CurrentHandler is null exception.
If i keep Response.Redirect in place of Server.Transfer I am getting 301 header.
I’ve used http://404checker.com/full-header-checker for header checking

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:17:09+00:00Added an answer on June 1, 2026 at 5:17 pm

    Not sure what you are trying to do but a Response.Redirect is a 302:

    HTTP/1.1 302 Object moved
    

    Your Context.CurrentHandler check is before the Server.Transfer so that has nothing to do with your null exception.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My code below is a simple Titanium mobile application for Android. I implemented database
I wrote code below that is very similar to the accepted answer here .
I want to convert function object to function. I wrote this code, but it
I keep getting the error in VS 2100 CRT detected that the application wrote
Recently an application I wrote started not working on Internet Explorer. There has been
I found out an application I wrote does not work properly under Windows Vista/7
In a .NET CF application I wrote, one of the features is to acquire
I'm releasing an application I wrote as an open-source project by creating a public
For testing an existing application I wrote a dll that can be loaded into
i just added a launch image to an application i wrote. According to several

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.