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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:53:32+00:00 2026-06-10T22:53:32+00:00

I just created my first C# Razor MVC3 project. I’ve dabbled in it before

  • 0

I just created my first C# Razor MVC3 project. I’ve dabbled in it before but this is the first time I created one.

Anyhow, I have a simple question. I am using the MembershipProvider AspNetSqlProfileProvider that was build with the default project.

My question is simple, where and how do I check if the user is logged on before it loads the Home/Index.cshtml so that I can direct them to another page?

If they are logged on, I want to take them to the customer portal.

If they are not logged on, I want to take them to the logon screen.

  • 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-10T22:53:33+00:00Added an answer on June 10, 2026 at 10:53 pm

    A more generic way to set this up would involve 2 steps:

    First, add an [Authorize] attribute to your action that you are securing:

    [Authorize]
    public ActionResult Index() {
    
    }
    

    This will make sure that the user has authenticated (using FormsAuthentication).

    Second, in your Web.config file, set the URL that you want the user to be redirected to when they need to login.

    <authentication mode="Forms">
        <forms name="cookieName" loginUrl="~/Account/LogOn" timeout="30" domain=".example.com" slidingExpiration="true" />
    </authentication>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just created a new project in MVC3 using EF4 code first deployed on
I just created my first trac project, but I don't want the sample data,
I just created my first MVC2 project using the standard template. I need to
I have just created my first Rightscale ServerTemplate and Deployment using a bunch of
I have just created my first git repository for some software my company writes.
I have just created the AcmeHelloBundle so I have this template that has been
I have just created my first rest service using apicontroller. I am using it
I have just created my first WCF service. Now I would like to do
Hey, I am completely new to Rails and just started created my first Project,
Folks, I just created my first C++/CLI project (Visual Studio 2008), it's a Library

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.