Guru Sarkar's Blog
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
ASP.NET
ASP.NET Authorization
ASP.NET Membership
ASP.NET roles
asp.NET validation
Authentication
checkBox
Code Snippets
CreateUser
CreateUserWizard
CSS
DataList
datepicker
Forms Authentication
GridView
Html
JavaScript
jnotify
jQuery
jQuery UI
ListView
LoginName
MembershipProvider
Menu Control
Roles
Roles Authorization
Roles Provider
RowIndex
SiteMapProvider
Sql Server
Stlyes
Stored Procedure
Summary
TreeView
Visual Studio 2010
Visual Web Developer Express
Web.config
WebConfigurationManager
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
June 2013 (1)
May 2013 (1)
August 2011 (4)
May 2011 (1)
March 2011 (1)
December 2010 (5)
October 2010 (2)
September 2010 (3)
July 2010 (1)
April 2010 (1)
March 2010 (2)
January 2010 (3)
November 2009 (1)
October 2009 (2)
June 2009 (2)
May 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
September 2008 (1)
Links
4GuysFromRolla
January 2010 - Posts
14
Comments
Redirect unauthorized users to Custom Access Denied page instead of login page
by
guru_sarkar
Scenario: Say you are using Forms Authentication and have set up authorization in your web.config to allow access to particular users or roles and/or denying anonymous access. 1: Deny Anonymous users :When an unauthenticated user tries to access a secured...
Filed under:
Forms Authentication
,
Roles Authorization
,
ASP.NET Authorization
1
Comments
Asp.Net mebership creates two users in aspnet_Users table
by
guru_sarkar
While using asp.net membership and roles you will see two seperate entries for same user in aspnet_Users table. But you will have a single entry for that user in aspnet_Membership table. The reason for that is you have set applicationName for your membership...
Filed under:
ASP.NET Membership
,
Roles
4
Comments
Asp.Net Roles not working when site published on server
by
guru_sarkar
Problem: I have seen people complaining their asp.net user roles won't work as desired when they publish their site on server. Everything works locally when they run through Visual Studio. Potential Reason: applicationName attribute is missing from role...
Filed under:
ASP.NET Membership
,
Roles Provider
,
ASP.NET roles
More Posts