Re: Forms authentication design guidlines needed

From: Philip Q [MVP] (wisemonk@mvps.org)
Date: 11/25/02


From: "Philip Q [MVP]" <wisemonk@mvps.org>
Date: Mon, 25 Nov 2002 13:48:54 +1300


1. Probably, but if you have a page with public content on it and (for
example) logging in adds an edit control or something, then using panels
would be the best way. It depends what configuration the page is etc.

2. I would, it saves you a lot of web.config code and maintenance over that
folder.

-- 
Philip Quinn - wisemonk@aspalliance.com
Microsoft MVP (ASP.NET)
Anything Goes ASP -
http://www.aspalliance.com/wisemonk/
"Larry Hastings" <greg.@remove-me.unixsucks.com> wrote in message 
news:eJ1U#1#kCHA.2752@tkmsftngp09...
> Hello,
>
> I'm planning to use forms authentication for my project and would like to 
> know what would the recommended folder/component
> structure for project.
> I have a bunch of publicly available pages and bunch of pages for 
> authenticated users only. Currently to have the same look and feel
> I have defined user controls on all pages which in code-behind page 
> determines if user is authenticated or not and displayes
> specific part of the page.
>
> Here is the question.
> 1. Is it better to have completely separate page for authenticated user 
> instead of hiding/showing panels on a single page?
> 2. Is it better to move authenticated content to separate folder so it 
> would be easier to control access to it through <location>
> element in web.config?
>
> Any ideas would be greatly appreciated,
> G
>
> 


Relevant Pages

  • San Diego .NET Developer Group Meeting (FEB 6th 2007)
    ... Using Forms Authentication with SharePoint 2007: ... and control access to your site ... Automating Builds with MSBuild and Team Foundation Server: ...
    (microsoft.public.dotnet.general)
  • Re: Access Control problems
    ... You need to configure 2 things for access control ... after authentication, ... the ntfs permission of files / folder. ... Configure IIS 5.0 Web Site Authentication in Windows 2000 ...
    (microsoft.public.inetserver.iis.security)
  • Re: Composite Control need write permisson
    ... If a control needs write access, then the permissions on the directory ... or has a process in place that let's you request particular ... Integrated Windows Authentication may cause some ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: VB code to check POP3 account
    ... >> the POP3 server uses one of the alternative authentication methods. ... While easier & providing a control I could use for other ... >> know at least Pro had the winsock control available. ...
    (comp.lang.basic.visual.misc)
  • Re: Forms Authentication without Login Page
    ... Thanks Brad! ... the authentication seems to be delayed by one page view: ... hit Login in my login control. ... and my login control calls ...
    (microsoft.public.dotnet.framework.aspnet.security)