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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T04:23:45+00:00 2026-06-19T04:23:45+00:00

I use this codes for Role Authorization on my ASP.NET MVC 4 Internet Application..

  • 0

I use this codes for Role Authorization on my ASP.NET MVC 4 Internet Application..

@if (Roles.IsUserInRole("RolunAdi"))

{
    <a href="#">Test</a>
}

It works normally but sometimes I have an error.. It is on the this image..

http://forum.yazgelistir.com/JS/HTMLEditor/Image.aspx?id=593&siteid=0

I have 2 things in my mind.. First;

I have two connection string in web.config.. First for entity framework data model, second for SimpleMembership.. (By the way what can I do for use only one connection string??)

http://forum.yazgelistir.com/JS/HTMLEditor/Image.aspx?id=594&siteid=0

Second;

I create ASP.NET MVC 4 Internet Application.. After I have to set something for using ASP.NET SimpleMembership role..

  • 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-19T04:23:46+00:00Added an answer on June 19, 2026 at 4:23 am

    My problem is about InitializeSimpleMembership, because my all pages need login..

    Normally AccountController class has it;

    [Authorize]
    [InitializeSimpleMembership]
    public class AccountController : Controller
    {
        ....
    

    We need InitializeSimpleMembership all of our project.. So we create static class in App_Start folder: Exp;

    InitializeSimpleMembershipProviderConfig.cs

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using WebMatrix.WebData;
    
    namespace OsosPlus2.UI
    {
        public class InitializeSimpleMembershipProviderConfig
        {
            public static void InitializeSimpleMembershipDbConnection()
            {
                if (!WebSecurity.Initialized)
                {
                    WebSecurity.InitializeDatabaseConnection("DefaultConnection", "UserProfile", "UserId", "UserName", autoCreateTables: true);
                }
            }
        }
    }
    

    After we created class, we write this codes into Global.asax;

    InitializeSimpleMembershipProviderConfig.InitializeSimpleMembershipDbConnection();
    

    We have to delete this line under Filters folder

    WebSecurity.InitializeDatabaseConnection("DefaultConnection", "UserProfile", "UserId", "UserName", autoCreateTables: true);
    

    This answer translated from AliRıza Adıyahşi ‘s answer from yazgelistir.com

    THANKS FOR HIS HELP AliRıza Adıyahşi

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

Sidebar

Related Questions

I want to use Role without any provider in asp.net MVC4 project. I success
I tried implementation ASP.NET role-based authorization for my project, but I never found cookie
I am writing an ASP.NET MVC 3 application and I have a number of
I use this code which is taken from MVC futures and attach the Attribute
I've been researching this intensely for the past few days. We're developing an ASP.Net
I have a fairly complex business application written in ASP.NET that is deployed on
I have a program which would use the Application Role to write data to
I try to implement ASP.NET Authentication and Authorization on top of our existing database.
I am using the built-in register module in asp.net application for registering new users.
In a custom role provider (inheriting from RoleProvider) in .NET 2.0, the IsUserInRole method

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.