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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:19:56+00:00 2026-06-16T18:19:56+00:00

I am using a MVC4 database with Simple membership. In the sample template they

  • 0

I am using a MVC4 database with Simple membership. In the sample template
they use the following:

@if (Request.IsAuthenticated) {
    <text>
        Hello, @Html.ActionLink(User.Identity.Name, "Manage", "Account", routeValues: null, htmlAttributes: new { @class = "username", title = "Manage" })!
        @using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm" })) {
            @Html.AntiForgeryToken()
            <a href="javascript:document.getElementById('logoutForm').submit()">Log off</a>
        }

On other sites I see this:

@if(WebSecurity.IsAuthenticated)
{
  <p>Welcome, @WebSecurity.CurrentUserName</p>
  <p><a href="@Href("~/logout")">Log out</a></p>
}

Can someone tell me what is the difference between these?

  • 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-16T18:19:57+00:00Added an answer on June 16, 2026 at 6:19 pm

    Request.IsAuthenticated

    I believe that if you are using the Windows authentication. If the request is send by an authenticated user, this will always true. In this the user and groups etc are handled by Windows Active Directory or User accounts in your machine.

    WebSecurwity.IsAuthenticated

    This I believe that while using Membership provider, we can able to CRUD operations for users.
    Please visit the below url to obtain more info.
    http://www.mikepope.com/blog/displayblog.aspx?permalink=2240

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

Sidebar

Related Questions

I am just starting out implementing ASP.NET MVC4 Simple Membership. In the template application
I am using simple membership provider in mvc4 application and I can see five
I am building a Web API using MVC4 and some request return blocks of
I am creating a C# MVC4.5 project using entity framework with the following connection
In a current MVC4.0 project I am using Entity Framework 4.1 Database first model.
Hi Im trying to access a database table in my mvc4 application using a
I am using EF4.3.1 and MVC4 code first. My database is being created except
In designing web applications especially using Asp.net MVC4 c#, once I use private DateTime
I have an MVC4 application with an aspnet.mdf database with membership tables and I’ve
I am making an MVC4 web application using Entity Framework 5 (Database-first with generated

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.