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

  • SEARCH
  • Home
  • 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 493505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:24:44+00:00 2026-05-13T05:24:44+00:00

I have implemented a custom UrlAuthorization module as shown here The code is as

  • 0

I have implemented a custom UrlAuthorization module as shown here

The code is as follows:

public class CustomUrlAuthorizationModule : IHttpModule 
    {
        public void Init(HttpApplication context)
        {
            context.AuthorizeRequest += new EventHandler(context_AuthorizeRequest);
        }



        void context_AuthorizeRequest(object sender, EventArgs e)
        {
            HttpApplication context = (HttpApplication)sender;

            if (context.User != null && context.User.Identity.IsAuthenticated)
            {
                HttpContext _httpContext = context.Context;
                SiteMapNode node = SiteMap.Provider.FindSiteMapNode(_httpContext);
                if (node == null)
                    throw new UnauthorizedAccessException();

                
            }
        }

        public void Dispose()
        {
        }
        
    }

My question is, do I have to call init from within every single one of my pages on load or is there a way to set IIS to do it automatically with every load.

This question is probably very dumb….

  • 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-05-13T05:24:44+00:00Added an answer on May 13, 2026 at 5:24 am

    As long as you register your HTTPModule within the web.config, IIS will set it up for you.

    Init is called as the initialization of your module, then you add the handler to the respective context event to handle, therefore it will respond to all requests.

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

Sidebar

Ask A Question

Stats

  • Questions 542k
  • Answers 542k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You need to call GetMethod on the constructed type constructed,… May 17, 2026 at 3:13 am
  • Editorial Team
    Editorial Team added an answer There are no touch UI controls available yet, so you… May 17, 2026 at 3:13 am
  • Editorial Team
    Editorial Team added an answer Instead of trying to load them like that, why don't… May 17, 2026 at 3:13 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have implemented a custom designer class which inherits from DocumentDesigner. The standard Form
I have implemented a custom UINavigationbar using this code (placed in the top of
I have implemented custom errors in my asp.net mvc application by following this article
I have implemented custom draw for an CTreeCtrl in my MFC Smart Device program.
I have implemented a custom trace listener (derived from TextWriteTraceListener ) and now I
I have implemented a custom membership provider using LINQ to SQL. When I added
I have implemented a custom allocator (to be used by STL containers within my
I have implemented a custom ActionMapper which obtains the locale from the URI (the
I have implemented a custom table view cell. I can get the cell to
I have successfully implemented a custom SimpleCursorAdapter for an AutoCompleteTextView, which suggests entries from

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.