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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:32:11+00:00 2026-06-07T15:32:11+00:00

In dotNet MVC applications, I would like to know how to check if the

  • 0

In dotNet MVC applications, I would like to know how to check if the user is already logged on or not.
I would like to redirect the logon users to an authenticated Index page not the Index page in the Home controller right after he logs on.

  • 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-07T15:32:13+00:00Added an answer on June 7, 2026 at 3:32 pm
    public ActionResult LogOn(LogOnModel Model)
    {
        if (User.Identity.IsAuthenticated)
        {
            return RedirectToAction(...);
        }
    
        .. login logic
    
        return View(Model);
    }
    

    Note that you can also do this with forms authentication in web.config.

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

Sidebar

Related Questions

on Windows a dotnet wrapper app around WebBrowser control would usually not incorporate the
Using dotnet 2.0. I currently have code like this : DataView dv = new
Can we install dotnet framework 3.5 on windows 2000 sp4 or its not possible.
My application is a dotnet 4 hybrid - MVC in some areas, web forms
My DotNET application allows for plug-in dlls by 3rd party developers. I'd like to
I am working with DotNet.Highcharts in Visual Studio 2010. I am creating a MVC
my dotnet code base is pretty big (so I don't feel like undertaking refactor
I want to check out the new DotNet 4.0 System.Numeric namespace for a project
Does anyone know what the performance difference is between Java NIO vs DotNet IO
Using dotnet 2.0. Can the following code be improved in style ? private object

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.