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 9175437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:54:48+00:00 2026-06-17T16:54:48+00:00

I decided to write an administration tool for my ASP.NET 4.0 website that has

  • 0

I decided to write an administration tool for my ASP.NET 4.0 website that has Membership Capabilities too.

I have the business layer ready for the following activities,

  1. The number of users logging in to the website per day.
  2. Average spend time of the user who is logged in.
  3. Pages accessed by the user who is logged in.
  4. Frequency of the User logins per month.
  5. etc etc.
    Even though checking the above listed activities is possible by directly peeking in to the Database or Google Analytics, I prefer them to appear them at one place as I have other activities to be followed depending on the data I see from this.

I prefer to use charts (open source jquery charts).

My concern is where should I start building the admin pages like in the exisiting web application as the users accessing or in a separate web application (is this really possible)?

If in a separate web application is possible how could I map the domain to the new web application for admin.

  • 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-17T16:54:49+00:00Added an answer on June 17, 2026 at 4:54 pm

    Since you are using the built-in ASP.NET Membership, it’d probably be easiest to just make a sub-folder (like any other folder in your application) called “Admin” or whatever you prefer, and then secure this folder with a web.config file specifically in that folder. You can easily secure the folder either by role or by user.

    <system.web>
        <authorization>
            <allow roles="YOURRoles"/>
            <deny users="*"/>
        </authorization>
    </system.web>
    

    MSDN Entry

    For the charting, one option is Highcharts. There is a .NET library (DotNet.Highcharts) to make it easy to manage Highcharts from the code-behind. I’ve used it before and thought it was user-friendly.

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

Sidebar

Related Questions

I decided to write my own markup for a table that has a static
I have to use windows to write some shell scripts. I decided to use
It has been decided to write some unit tests using moq etc..It's lots of
Inspired by this topic , I decided to write a simple program that does
I started a new project this afternoon and now that I've decided to write
I have decided to write a small interpreter as my next project, in Ruby.
I am playing around with C# collections and I have decided to write a
I'm creating my first Windows Phone 8 application and I have decided to write
Learn Twisted. I decided to write a server and client that once a second
After searching the net for several hours, I decided to write my own code

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.