RE: Simple Forms Authentication Question
From: Bassel Tabbara (basseltonline@microsoft.com)
Date: 11/05/02
- Next message: Patrick C. Cole: "RE: ASP.NET forms authentication with RADIUS"
- Previous message: Harold Chattaway: "ProcessModel Password problem."
- In reply to: Martin McCasland: "Simple Forms Authentication Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: basseltonline@microsoft.com (Bassel Tabbara (MS)) Date: Tue, 05 Nov 2002 21:05:50 GMT
Martin,
I tried to do the same thing on my computer and it worked great. Please
make sure that cookies are not
turned off in your browser.
You can refer to the following Kb article for the basic steps of
implementing forms-based
authentication in ASP.Net.
Q308157 HOW TO: Implement Forms-Based Authentication in ASP.NET Using VB
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q308157
Thanks,
Bassel Tabbara (MS)
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use.
© 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "Martin McCasland" <marty@mccasland.com>
| Subject: Simple Forms Authentication Question
| Date: Sat, 2 Nov 2002 00:02:16 -0600
| Lines: 108
| MIME-Version: 1.0
| Content-Type: multipart/alternative;
| boundary="----=_NextPart_000_0018_01C28203.1AC7F520"
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#3fK1UjgCHA.1652@tkmsftngp09>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| NNTP-Posting-Host: 68.51.41.166
| Path: cpmsftngxa08!tkmsftngp01!tkmsftngp09
| Xref: cpmsftngxa08 microsoft.public.dotnet.framework.aspnet.security:2862
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| I am very new to ASP.NET and am trying to use Forms Authentication.
| There is a simple site with a few files in the root directory.
| The web.config file has the following entries:
| <authentication mode="Forms">
| <forms LoginUrl="login.aspx" />
| </authentication>
| <authorization>
| <deny users="?" />
| </authorization>
| However, when I start the site and and try to access any files in the
root, I can access them with no problem. Login.aspx does not pop-up?
| Can you point me in the right direction by telling me what I am missing?
| Thanks,
| Marty
|
Thanks,
Bassel Tabbara (MS)
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use.
© 2001 Microsoft Corporation. All rights reserved.
- Next message: Patrick C. Cole: "RE: ASP.NET forms authentication with RADIUS"
- Previous message: Harold Chattaway: "ProcessModel Password problem."
- In reply to: Martin McCasland: "Simple Forms Authentication Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|