Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 8th, 2014, 09:46 AM
Registered User
 
Join Date: Feb 2014
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Default Management Login not working for the website

This book is amazing and I'm working on my own project now and I came across this Management login problem where I'm not able to login using my management account created using ASP.Net website administration tool.

Here is my web.config code for roles

Code:
<location path="Management">
  <system.web>
    <authorization>
      <allow roles="Managers"/>
      <deny users="*"/>
    </authorization>
  </system.web>
</location>
I've checked everything. I did exactly whats given in the book. But cant figure out the actual problem. My other user login's are working except for Management accounts. When I try to login using Management account the validation kicks in saying your login account was not successful.

Thanks.
 
Old March 8th, 2014, 10:37 PM
Registered User
 
Join Date: Feb 2014
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Thumbs up

Got it figured out. This was my mistake. I gave wrong absolute path of my project while creating accounts for management section.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Login to a website ident Visual Basic 2008 Professionals 2 May 19th, 2009 07:18 AM
website query with login Leveland Excel VBA 0 March 15th, 2006 12:56 PM
making a login on a website Apocolypse2005 JSP Basics 0 June 14th, 2005 08:35 AM
Login Page going to 3 different management areas stacy Classic ASP Databases 1 January 21st, 2004 09:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.